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

/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dqp.c64 static void *get_send_wqe(struct mlx4_qp *qp, int n) function
76 uint32_t *wqe = get_send_wqe(qp, n);
98 ctrl = get_send_wqe(qp, i);
252 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));
/freebsd-11-stable/sys/dev/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);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.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));
1994 ctrl = get_send_wqe(qp, i);
3001 ctrl = wqe = get_send_wqe(qp, ind & (qp->sq.wqe_cnt - 1));

Completed in 97 milliseconds