Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dev.c84 print_tpte(dev, CQE_WRID_STAG(err_cqe)); in dump_err_cqe()
H A Dcq.c380 if (CQE_WRID_STAG(hw_cqe) == 1) in c4iw_flush_hw_cq()
620 if (CQE_WRID_STAG(hw_cqe) == 1) { in poll_cq()
801 wc->ex.invalidate_rkey = CQE_WRID_STAG(&cqe); in __c4iw_poll_cq_one()
H A Dt4.h270 #define CQE_WRID_STAG(x) (be32_to_cpu((x)->u.rcqe.stag)) macro