Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1364 fc_remote_port_t *pd, *newpd; in fc_ulp_transport() local
1405 newpd = fctl_get_remote_port_by_pwwn_mutex_held(port, in fc_ulp_transport()
1416 if ((newpd) && (newpd != pd)) { in fc_ulp_transport()
1422 mutex_enter(&newpd->pd_mutex); in fc_ulp_transport()
1423 newpd->pd_ref_count++; in fc_ulp_transport()
1424 pkt->pkt_pd = newpd; in fc_ulp_transport()
1425 mutex_exit(&newpd->pd_mutex); in fc_ulp_transport()
1450 pd = newpd; in fc_ulp_transport()