Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1359 fc_remote_port_t *pd, *newpd; in fc_ulp_transport() local
1400 newpd = fctl_get_remote_port_by_pwwn_mutex_held(port, in fc_ulp_transport()
1411 if ((newpd) && (newpd != pd)) { in fc_ulp_transport()
1417 mutex_enter(&newpd->pd_mutex); in fc_ulp_transport()
1418 newpd->pd_ref_count++; in fc_ulp_transport()
1419 pkt->pkt_pd = newpd; in fc_ulp_transport()
1420 mutex_exit(&newpd->pd_mutex); in fc_ulp_transport()
1445 pd = newpd; in fc_ulp_transport()