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

/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c216 static void *get_send_wqe(struct mthca_qp *qp, int n) function
825 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1);
1210 next = get_send_wqe(qp, i);
1224 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1);
1643 wqe = get_send_wqe(qp, ind);
1984 wqe = get_send_wqe(qp, ind);
2242 next = get_send_wqe(qp, index);
/drivers/infiniband/hw/mlx4/
H A Dqp.c198 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) function
228 buf = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));
233 ctrl = buf = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1));
249 ctrl = wqe = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1));
1721 ctrl = get_send_wqe(qp, i);
2628 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));

Completed in 122 milliseconds