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

/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h674 } ibd_wqe_t; typedef in typeref:struct:ibd_wqe_s
680 ibd_wqe_t w_ibd_swqe;
692 #define SWQE_TO_WQE(swqe) (ibd_wqe_t *)&((swqe)->w_ibd_swqe)
699 ibd_wqe_t w_ibd_rwqe;
710 #define RWQE_TO_WQE(rwqe) (ibd_wqe_t *)&((rwqe)->w_ibd_rwqe)
715 ibd_wqe_t *dl_head;
764 (64 - (sizeof (kmutex_t) + sizeof (ibd_wqe_t *) + sizeof (uint_t)))
767 ibd_wqe_t *rx_head;
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1120 ibd_wqe_t *list;
1681 ibd_wqe_t *wqe;
1691 wqe = (ibd_wqe_t *)(uintptr_t)wc->wc_id;
2170 ibd_wqe_t *wqe;
2183 wqe = (ibd_wqe_t *)(uintptr_t)wc->wc_id;
H A Dibd.c4077 ibd_wqe_t *list;
7507 ibd_wqe_t *wqe;
7516 wqe = (ibd_wqe_t *)(uintptr_t)wc->wc_id;

Completed in 68 milliseconds