Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c104 CQE_WRID_HI(err_cqe), CQE_WRID_LOW(err_cqe)); in dump_err_cqe()
171 CQE_WRID_LOW(err_cqe)); in c4iw_ev_dispatch()
187 CQE_WRID_LOW(err_cqe)); in c4iw_ev_dispatch()
H A Dcq.c510 CQE_WRID_LOW(hw_cqe)); in poll_cq()
750 __func__, CQE_LEN(&cqe), CQE_WRID_HI(&cqe), CQE_WRID_LOW(&cqe), in c4iw_poll_cq_one()
H A Dt4.h262 #define CQE_WRID_LOW(x) ((x)->u.gen.wrid_low) macro
/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c363 CQE_WRID_LOW(hw_cqe)); in poll_cq()
612 CQE_WRID_LOW(&cqe), (unsigned long long)cookie); in c4iw_poll_cq_one()
H A Dt4.h271 #define CQE_WRID_LOW(x) ((x)->u.gen.wrid_low) macro