Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c6035 struct fcip_dest *bdestp; in fcip_do_farp() local
6038 bdestp = fcip_get_dest(fptr, &broadcast_wwn); in fcip_do_farp()
6040 if (bdestp == NULL) { in fcip_do_farp()
6045 sizeof (la_els_farp_t), bdestp->fcipd_pd, KM_SLEEP); in fcip_do_farp()
6054 mutex_enter(&bdestp->fcipd_mutex); in fcip_do_farp()
6055 if (bdestp->fcipd_rtable == NULL) { in fcip_do_farp()
6056 mutex_exit(&bdestp->fcipd_mutex); in fcip_do_farp()
6061 fcip_pkt->fcip_pkt_dest = bdestp; in fcip_do_farp()
6062 fc_pkt->pkt_fca_device = bdestp->fcipd_fca_dev; in fcip_do_farp()
6064 bdestp->fcipd_ncmds++; in fcip_do_farp()
[all …]