Searched refs:swqe_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c3677 swqe->swqe_next = NULL;
3696 swqe->swqe_next = state->id_tx_list.dl_head;
6523 ASSERT(tail->swqe_next == NULL);
6526 tail->swqe_next = state->id_tx_rel_list.dl_head;
6557 state->id_tx_list.dl_head = wqe->swqe_next;
6718 elem = WQE_TO_SWQE(elem->swqe_next), n_wrs++) {
6988 node->swqe_next;
7014 state->id_tx_list.dl_head = node->swqe_next;
7290 node->swqe_next = NULL;
7294 rc_chan->tx_tail->swqe_next
[all...]
H A Dibd_cm.c1929 swqe->swqe_next = NULL;
1944 swqe->swqe_next = chan->tx_wqe_list.dl_head;
2006 chan->tx_wqe_list.dl_head = wqe->swqe_next;
2024 swqe->swqe_next = NULL;
2027 swqe->swqe_next = chan->tx_rel_list.dl_head;
2073 elem = WQE_TO_SWQE(elem->swqe_next), n_wrs++) {
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h689 #define swqe_next w_ibd_swqe.w_next macro

Completed in 268 milliseconds