Searched refs:w_buftype (Results 1 – 3 of 3) sorted by relevance
6823 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 …]
2125 ASSERT(swqe->w_buftype == IBD_WQE_MAPPED); in ibd_rc_tx_cleanup()2126 if (swqe->w_buftype == IBD_WQE_MAPPED) { in ibd_rc_tx_cleanup()2132 ASSERT(swqe->w_buftype != IBD_WQE_MAPPED); in ibd_rc_tx_cleanup()2135 if (swqe->w_buftype == IBD_WQE_RC_COPYBUF) { in ibd_rc_tx_cleanup()
681 ibd_wqe_buftype_t w_buftype; member