Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_qp.c216 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() function
825 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in __mthca_modify_qp()
1210 next = get_send_wqe(qp, i); in mthca_alloc_qp_common()
1224 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1); in mthca_alloc_qp_common()
1643 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send()
1984 wqe = get_send_wqe(qp, ind); in mthca_arbel_post_send()
2242 next = get_send_wqe(qp, index); in mthca_free_err_wqe()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dqp.c193 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) in get_send_wqe() function
223 buf = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in stamp_send_wqe()
228 ctrl = buf = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1)); in stamp_send_wqe()
244 ctrl = wqe = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1)); in post_nop_wqe()
1754 ctrl = get_send_wqe(qp, i); in __mlx4_ib_modify_qp()
2686 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1)); in mlx4_ib_post_send()