Searched refs:CQE_WRID_STAG (Results 1 – 3 of 3) sorted by relevance
84 print_tpte(dev, CQE_WRID_STAG(err_cqe)); in dump_err_cqe()
380 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()
270 #define CQE_WRID_STAG(x) (be32_to_cpu((x)->u.rcqe.stag)) macro