Searched refs:rx_mp_tail (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h1269 mblk_t *rx_mp_tail; member in struct:ibd_rc_chan_s
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1607 ASSERT(chan->rx_mp_tail != NULL);
1608 chan->rx_mp_tail->b_next = mp;
1610 ASSERT(chan->rx_mp_tail == NULL);
1614 chan->rx_mp_tail = mp;
1621 chan->rx_mp_tail = NULL;
1773 chan->rx_mp_tail = NULL;

Completed in 77 milliseconds