Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1363 fc_remote_port_t *pd, *newpd; in fc_ulp_transport() local
1404 newpd = fctl_get_remote_port_by_pwwn_mutex_held(port, in fc_ulp_transport()
1415 if ((newpd) && (newpd != pd)) { in fc_ulp_transport()
1421 mutex_enter(&newpd->pd_mutex); in fc_ulp_transport()
1422 newpd->pd_ref_count++; in fc_ulp_transport()
1423 pkt->pkt_pd = newpd; in fc_ulp_transport()
1424 mutex_exit(&newpd->pd_mutex); in fc_ulp_transport()
1449 pd = newpd; in fc_ulp_transport()