Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx4/
H A Dqp.c64 static void *get_send_wqe(struct mlx4_qp *qp, int n) in get_send_wqe() function
76 uint32_t *wqe = get_send_wqe(qp, n); in stamp_send_wqe()
98 ctrl = get_send_wqe(qp, i); in mlx4_qp_init_sq_ownership()
252 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in mlx4_post_send()
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c217 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() function
829 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in __mthca_modify_qp()
1215 next = get_send_wqe(qp, i); in mthca_alloc_qp_common()
1228 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in mthca_alloc_qp_common()
1649 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send()
1990 wqe = get_send_wqe(qp, ind); in mthca_arbel_post_send()
2248 next = get_send_wqe(qp, index); in mthca_free_err_wqe()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c202 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) in get_send_wqe() function
232 buf = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in stamp_send_wqe()
237 ctrl = buf = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1)); in stamp_send_wqe()
253 ctrl = wqe = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1)); in post_nop_wqe()
2002 ctrl = get_send_wqe(qp, i); in __mlx4_ib_modify_qp()
3001 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in mlx4_ib_post_send()