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

/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dqp.c66 static void *get_send_wqe(struct mthca_qp *qp, int n) function
77 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1);
133 wqe = get_send_wqe(qp, ind);
503 wqe = get_send_wqe(qp, ind);
880 next = get_send_wqe(qp, i);
893 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1);
950 next = get_send_wqe(qp, index);
/freebsd-11.0-release/contrib/ofed/libmlx4/src/
H A Dqp.c63 static void *get_send_wqe(struct mlx4_qp *qp, int n) function
75 uint32_t *wqe = get_send_wqe(qp, n);
97 ctrl = get_send_wqe(qp, i);
228 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c216 static void *get_send_wqe(struct mthca_qp *qp, int n) function
835 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1);
1220 next = get_send_wqe(qp, i);
1234 qp->sq.last = get_send_wqe(qp, qp->sq.max - 1);
1658 wqe = get_send_wqe(qp, ind);
1999 wqe = get_send_wqe(qp, ind);
2257 next = get_send_wqe(qp, index);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c201 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) function
231 buf = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));
236 ctrl = buf = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1));
252 ctrl = wqe = get_send_wqe(qp, n & (qp->sq.wqe_cnt - 1));
2120 ctrl = get_send_wqe(qp, i);
3113 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));

Completed in 165 milliseconds