Home
last modified time | relevance | path

Searched refs:CQE_WRID_MSN (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c461 if (unlikely((CQE_WRID_MSN(hw_cqe) != (wq->rq.msn)))) { in poll_cq()
H A Dt4.h264 #define CQE_WRID_MSN(x) (be32toh((x)->u.rcqe.msn)) macro
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h254 #define CQE_WRID_MSN(x) (be32_to_cpu((x)->u.rcqe.msn)) macro
H A Dcq.c616 if (unlikely((CQE_WRID_MSN(hw_cqe) != (wq->rq.msn)))) { in poll_cq()