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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c6215 struct fcip_dest *bdestp; local
6218 bdestp = fcip_get_dest(fptr, &broadcast_wwn);
6220 if (bdestp == NULL) {
6225 sizeof (la_els_farp_t), bdestp->fcipd_pd, KM_SLEEP);
6234 mutex_enter(&bdestp->fcipd_mutex);
6235 if (bdestp->fcipd_rtable == NULL) {
6236 mutex_exit(&bdestp->fcipd_mutex);
6241 fcip_pkt->fcip_pkt_dest = bdestp;
6242 fc_pkt->pkt_fca_device = bdestp->fcipd_fca_dev;
6244 bdestp
[all...]

Completed in 69 milliseconds