Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6823 node->w_buftype = IBD_WQE_MAPPED; in ibd_prepare_sgl()
6842 node->w_buftype = IBD_WQE_TXBUF; in ibd_prepare_sgl()
6870 node->w_buftype = IBD_WQE_LSOBUF; in ibd_prepare_sgl()
7184 node->w_buftype = IBD_WQE_TXBUF; in ibd_send()
7231 node->w_buftype = IBD_WQE_MAPPED; in ibd_send()
7254 node->w_buftype = IBD_WQE_TXBUF; in ibd_send()
7274 node->w_buftype = IBD_WQE_RC_COPYBUF; in ibd_send()
7833 if (swqe->w_buftype == IBD_WQE_MAPPED) { in ibd_tx_cleanup()
7835 } else if (swqe->w_buftype == IBD_WQE_LSOBUF) { in ibd_tx_cleanup()
7883 if (swqe->w_buftype == IBD_WQE_MAPPED) { in ibd_tx_cleanup_list()
[all …]
H A Dibd_cm.c2124 ASSERT(swqe->w_buftype == IBD_WQE_MAPPED); in ibd_rc_tx_cleanup()
2125 if (swqe->w_buftype == IBD_WQE_MAPPED) { in ibd_rc_tx_cleanup()
2131 ASSERT(swqe->w_buftype != IBD_WQE_MAPPED); in ibd_rc_tx_cleanup()
2134 if (swqe->w_buftype == IBD_WQE_RC_COPYBUF) { in ibd_rc_tx_cleanup()
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h681 ibd_wqe_buftype_t w_buftype; member