Home
last modified time | relevance | path

Searched refs:ns_pd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h314 fc_remote_port_t *ns_pd; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2822 if (ns_cmd->ns_pd != NULL) { in fp_job_handler()
2830 rval = fp_ns_reg(port, ns_cmd->ns_pd, in fp_job_handler()
13079 ASSERT(ns_cmd->ns_pd != NULL); in fp_ns_intr()
13082 mutex_enter(&ns_cmd->ns_pd->pd_mutex); in fp_ns_intr()
13083 ns_cmd->ns_pd->pd_type = PORT_DEVICE_OLD; in fp_ns_intr()
13084 mutex_exit(&ns_cmd->ns_pd->pd_mutex); in fp_ns_intr()
13361 ASSERT(ns_cmd->ns_pd != NULL); in fp_ns_query_handler()
13363 mutex_enter(&ns_cmd->ns_pd->pd_mutex); in fp_ns_query_handler()
13365 ns_cmd->ns_pd->pd_type = PORT_DEVICE_NOCHANGE; in fp_ns_query_handler()
13367 mutex_exit(&ns_cmd->ns_pd->pd_mutex); in fp_ns_query_handler()
[all …]