Searched refs:bdestp (Results 1 – 1 of 1) sorted by relevance
6215 struct fcip_dest *bdestp; in fcip_do_farp() local6218 bdestp = fcip_get_dest(fptr, &broadcast_wwn); in fcip_do_farp()6220 if (bdestp == NULL) { in fcip_do_farp()6225 sizeof (la_els_farp_t), bdestp->fcipd_pd, KM_SLEEP); in fcip_do_farp()6234 mutex_enter(&bdestp->fcipd_mutex); in fcip_do_farp()6235 if (bdestp->fcipd_rtable == NULL) { in fcip_do_farp()6236 mutex_exit(&bdestp->fcipd_mutex); in fcip_do_farp()6241 fcip_pkt->fcip_pkt_dest = bdestp; in fcip_do_farp()6242 fc_pkt->pkt_fca_device = bdestp->fcipd_fca_dev; in fcip_do_farp()6244 bdestp->fcipd_ncmds++; in fcip_do_farp()[all …]