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

/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2688 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq) function
2989 if (mlx4_wq_overflow(&qp->sq, nreq, qp->ibqp.send_cq)) {
3292 if (mlx4_wq_overflow(&qp->rq, nreq, qp->ibqp.recv_cq)) {

Completed in 107 milliseconds