Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h485 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty() function
H A Dcq.c438 if (CQE_SEND_OPCODE(cqe) && RQ_TYPE(cqe) && t4_rq_empty(wq)) in cqe_completes_wr()
H A Dqp.c2009 if (!t4_sq_empty(&qhp->wq) || !t4_rq_empty(&qhp->wq)) { in c4iw_modify_qp()