Searched refs:irdma_qp_get_next_send_wqe (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_uk.c | 230 irdma_qp_get_next_send_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx, in irdma_qp_get_next_send_wqe() function 353 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_rdma_write() 445 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_rdma_read() 537 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_send() 783 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_inline_rdma_write() 854 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_inline_send() 920 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, 0, info); in irdma_uk_stag_local_invalidate() 969 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, 0, info); in irdma_uk_mw_bind()
|
H A D | irdma_user.h | 455 __le64 *irdma_qp_get_next_send_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx,
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_uk.c | 230 irdma_qp_get_next_send_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx, in irdma_qp_get_next_send_wqe() function 353 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_rdma_write() 445 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_rdma_read() 537 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_send() 751 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_inline_rdma_write() 822 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, total_size, info); in irdma_uk_inline_send() 888 wqe = irdma_qp_get_next_send_wqe(qp, &wqe_idx, &quanta, 0, info); in irdma_uk_stag_local_invalidate()
|
H A D | irdma_user.h | 556 __le64 *irdma_qp_get_next_send_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx,
|
H A D | irdma_ctrl.c | 1387 wqe = irdma_qp_get_next_send_wqe(&qp->qp_uk, &wqe_idx, &quanta, 0, &sq_info); in irdma_sc_mr_fast_register()
|