Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcq.c424 if (DRAIN_CQE(cqe)) { in cqe_completes_wr()
590 if (DRAIN_CQE(hw_cqe)) { in poll_cq()
H A Dt4.h253 #define DRAIN_CQE(x) (CQE_DRAIN_G(be32_to_cpu((x)->header))) macro