Searched refs:get_recv_wqe (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c207 static void *get_recv_wqe(struct mthca_qp *qp, int n) function
828 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1);
1198 next = get_recv_wqe(qp, i);
1217 next = get_recv_wqe(qp, i);
1225 qp->rq.last = get_recv_wqe(qp, qp->rq.max - 1);
1844 wqe = get_recv_wqe(qp, ind);
2185 wqe = get_recv_wqe(qp, ind);
2244 next = get_recv_wqe(qp, index);
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dqp.c61 static void *get_recv_wqe(struct mlx5_qp *qp, int n) function
98 scat = get_recv_wqe(qp, idx);
1163 scat = get_recv_wqe(qp, ind);
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dqp.c59 static void *get_recv_wqe(struct mlx4_qp *qp, int n) function
541 scat = get_recv_wqe(qp, ind);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c196 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) function
3304 scat = get_recv_wqe(qp, ind);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c103 static void *get_recv_wqe(struct mlx5_ib_qp *qp, int n) function
4181 scat = get_recv_wqe(qp, ind);

Completed in 93 milliseconds