Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4233 fcip_pkt->fcip_pkt_next = fdestp->fcipd_head; in fcip_fdestp_enqueue_pkt()
4268 fcipd_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4272 pptr->fcip_pkt_next = in fcip_fdestp_dequeue_pkt()
4273 fcipd_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4275 if (fcipd_pkt->fcip_pkt_next) { in fcip_fdestp_dequeue_pkt()
4276 pptr = fcipd_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4283 fcipd_pkt = fcipd_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4288 fdestp->fcipd_head = fcip_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4290 fcip_pkt->fcip_pkt_prev->fcip_pkt_next = in fcip_fdestp_dequeue_pkt()
4291 fcip_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h337 struct fcip_pkt *fcip_pkt_next; /* next pkt */ member