Home
last modified time | relevance | path

Searched refs:mlx5_wq_overflow (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c4072 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq) in mlx5_wq_overflow() function
4904 if (unlikely(mlx5_wq_overflow(&qp->sq, nreq, qp->ibqp.send_cq))) in __begin_wqe()
5385 if (mlx5_wq_overflow(&qp->rq, nreq, qp->ibqp.recv_cq)) { in _mlx5_ib_post_recv()