Home
last modified time | relevance | path

Searched refs:CQE_WRID_LOW (Results 1 – 2 of 2) 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()
133 CQE_WRID_LOW(err_cqe)); in c4iw_ev_dispatch()
148 CQE_WRID_LOW(err_cqe)); in c4iw_ev_dispatch()
H A Dt4.h282 #define CQE_WRID_LOW(x) (be32_to_cpu((x)->u.gen.wrid_low)) macro