Home
last modified time | relevance | path

Searched refs:CQE_WRID_HI (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Dev.c71 CQE_WRID_HI(err_cqe), CQE_WRID_LOW(err_cqe)); in dump_err_cqe()
132 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe), in c4iw_ev_dispatch()
147 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe), in c4iw_ev_dispatch()
H A Dcq.c560 CQE_OPCODE(hw_cqe), CQE_LEN(hw_cqe), CQE_WRID_HI(hw_cqe), in poll_cq()
785 CQE_WRID_HI(&cqe), CQE_WRID_LOW(&cqe), in __c4iw_poll_cq_one()
H A Dt4.h281 #define CQE_WRID_HI(x) (be32_to_cpu((x)->u.gen.wrid_hi)) macro