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

/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1545 static inline int mthca_wq_overflow(struct mthca_wq *wq, int nreq, mthca_wq_overflow() function
1633 if (mthca_wq_overflow(&qp->sq, nreq, qp->ibqp.send_cq)) { mthca_tavor_post_send()
1834 if (mthca_wq_overflow(&qp->rq, nreq, qp->ibqp.recv_cq)) { mthca_tavor_post_receive()
1974 if (mthca_wq_overflow(&qp->sq, nreq, qp->ibqp.send_cq)) { mthca_arbel_post_send()
2175 if (mthca_wq_overflow(&qp->rq, nreq, qp->ibqp.recv_cq)) { mthca_arbel_post_receive()

Completed in 192 milliseconds