Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h314 fc_remote_port_t *ns_pd; member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2821 if (ns_cmd->ns_pd != NULL) { in fp_job_handler()
2829 rval = fp_ns_reg(port, ns_cmd->ns_pd, in fp_job_handler()
13075 ASSERT(ns_cmd->ns_pd != NULL); in fp_ns_intr()
13078 mutex_enter(&ns_cmd->ns_pd->pd_mutex); in fp_ns_intr()
13079 ns_cmd->ns_pd->pd_type = PORT_DEVICE_OLD; in fp_ns_intr()
13080 mutex_exit(&ns_cmd->ns_pd->pd_mutex); in fp_ns_intr()
13357 ASSERT(ns_cmd->ns_pd != NULL); in fp_ns_query_handler()
13359 mutex_enter(&ns_cmd->ns_pd->pd_mutex); in fp_ns_query_handler()
13360 if (ns_cmd->ns_pd->pd_type == PORT_DEVICE_OLD) { in fp_ns_query_handler()
13361 ns_cmd->ns_pd->pd_type = PORT_DEVICE_NOCHANGE; in fp_ns_query_handler()
[all …]