Home
last modified time | relevance | path

Searched refs:get_send_wqe (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/ofed/libmthca/src/
HDqp.c66 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() function
77 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in mthca_init_qp_indices()
133 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send()
503 wqe = get_send_wqe(qp, ind); in mthca_arbel_post_send()
880 next = get_send_wqe(qp, i); in mthca_alloc_qp_buf()
893 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in mthca_alloc_qp_buf()
950 next = get_send_wqe(qp, index); in mthca_free_err_wqe()
/NextBSD/contrib/ofed/libmlx4/src/
HDqp.c63 static void *get_send_wqe(struct mlx4_qp *qp, int n) in get_send_wqe() function
75 uint32_t *wqe = get_send_wqe(qp, n); in stamp_send_wqe()
97 ctrl = get_send_wqe(qp, i); in mlx4_qp_init_sq_ownership()
228 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in mlx4_post_send()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_qp.c216 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() function
835 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in __mthca_modify_qp()
1220 next = get_send_wqe(qp, i); in mthca_alloc_qp_common()
1234 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in mthca_alloc_qp_common()
1658 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send()
1999 wqe = get_send_wqe(qp, ind); in mthca_arbel_post_send()
2257 next = get_send_wqe(qp, index); in mthca_free_err_wqe()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDqp.c201 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) in get_send_wqe() function
231 buf = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in stamp_send_wqe()
236 ctrl = buf = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1)); in stamp_send_wqe()
252 ctrl = wqe = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1)); in post_nop_wqe()
2120 ctrl = get_send_wqe(qp, i); in __mlx4_ib_modify_qp()
3113 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in mlx4_ib_post_send()
/NextBSD/contrib/ofed/libmlx4/fixes/
HDxrc_consolidated_v2.patch310 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));