Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c398 if (CQE_WRID_STAG(hw_cqe) == 1) in c4iw_flush_hw_cq()
567 if (CQE_WRID_STAG(hw_cqe) == 1) { in poll_cq()
759 wc->ex.invalidate_rkey = CQE_WRID_STAG(&cqe); in c4iw_poll_cq_one()
H A Dev.c115 t4_dump_stag(sc, CQE_WRID_STAG(err_cqe)); in dump_err_cqe()
H A Dt4.h253 #define CQE_WRID_STAG(x) (be32_to_cpu((x)->u.rcqe.stag)) macro
/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c241 if (CQE_WRID_STAG(hw_cqe) == 1) in c4iw_flush_hw_cq()
403 if (CQE_WRID_STAG(hw_cqe) == 1) { in poll_cq()
H A Dt4.h263 #define CQE_WRID_STAG(x) (be32toh((x)->u.rcqe.stag)) macro