Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h330 mblk_t *fcip_pkt_mp; /* message blk pointer */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4007 fcip_pkt->fcip_pkt_mp = mp; in fcip_start()
6408 fcip_pkt->fcip_pkt_mp = NULL; in fcip_pkt_alloc()
6442 if (free_mblk && fcip_pkt->fcip_pkt_mp) { in fcip_pkt_free()
6443 freemsg(fcip_pkt->fcip_pkt_mp); in fcip_pkt_free()
6444 fcip_pkt->fcip_pkt_mp = NULL; in fcip_pkt_free()