Home
last modified time | relevance | path

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

/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()