Searched defs:newpd (Results 1 - 1 of 1) sorted by relevance

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

Completed in 58 milliseconds