Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4128 fcipd_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4132 pptr->fcip_pkt_next = in fcip_fdestp_dequeue_pkt()
4133 fcipd_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4135 if (fcipd_pkt->fcip_pkt_next) { in fcip_fdestp_dequeue_pkt()
4136 pptr = fcipd_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4143 fcipd_pkt = fcipd_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4150 fcip_pkt->fcip_pkt_prev->fcip_pkt_next = in fcip_fdestp_dequeue_pkt()
4151 fcip_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4154 if (fcip_pkt->fcip_pkt_next) { in fcip_fdestp_dequeue_pkt()
5673 fcip_pkt->fcip_pkt_next = NULL; in fcip_cache_constructor()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h337 struct fcip_pkt *fcip_pkt_next; /* next pkt */ member