Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4255 fcip_pkt_t *fcipd_pkt; in fcip_fdestp_dequeue_pkt() local
4259 fcipd_pkt = fdestp->fcipd_head; in fcip_fdestp_dequeue_pkt()
4260 while (fcipd_pkt) { in fcip_fdestp_dequeue_pkt()
4261 if (fcipd_pkt == fcip_pkt) { in fcip_fdestp_dequeue_pkt()
4264 if (fcipd_pkt == fdestp->fcipd_head) { in fcip_fdestp_dequeue_pkt()
4265 ASSERT(fcipd_pkt->fcip_pkt_prev == in fcip_fdestp_dequeue_pkt()
4268 fcipd_pkt->fcip_pkt_next; in fcip_fdestp_dequeue_pkt()
4270 pptr = fcipd_pkt->fcip_pkt_prev; 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()
[all …]