Searched refs:CQE_WRID_HI (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | ev.c | 104 CQE_WRID_HI(err_cqe), CQE_WRID_LOW(err_cqe)); in dump_err_cqe() 170 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe), in c4iw_ev_dispatch() 186 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe), in c4iw_ev_dispatch()
|
H A D | cq.c | 509 __func__, CQE_OPCODE(hw_cqe), CQE_LEN(hw_cqe), CQE_WRID_HI(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 D | t4.h | 261 #define CQE_WRID_HI(x) ((x)->u.gen.wrid_hi) macro
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | cq.c | 362 CQE_OPCODE(hw_cqe), CQE_LEN(hw_cqe), CQE_WRID_HI(hw_cqe), in poll_cq() 611 CQE_OPCODE(&cqe), CQE_STATUS(&cqe), CQE_WRID_HI(&cqe), in c4iw_poll_cq_one()
|
H A D | t4.h | 270 #define CQE_WRID_HI(x) ((x)->u.gen.wrid_hi) macro
|