Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_wr.h567 #define CQE_WRID_MSN(x) (be32toh((x).u.rcqe.msn)) macro
HDiw_cxgb_hal.c1254 if (__predict_false((CQE_WRID_MSN(*hw_cqe) != (wq->rq_rptr + 1)))) { in cxio_poll_cq()
/freebsd-11-stable/contrib/ofed/libcxgb4/
HDcq.c461 if (unlikely((CQE_WRID_MSN(hw_cqe) != (wq->rq.msn)))) { in poll_cq()
HDt4.h264 #define CQE_WRID_MSN(x) (be32toh((x)->u.rcqe.msn)) macro
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
HDt4.h257 #define CQE_WRID_MSN(x) (be32_to_cpu((x)->u.rcqe.msn)) macro
HDcq.c614 if (unlikely((CQE_WRID_MSN(hw_cqe) != (wq->rq.msn)))) { in poll_cq()