Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb4/
Dev.c72 CQE_WRID_HI(err_cqe), CQE_WRID_LOW(err_cqe)); in dump_err_cqe()
132 CQE_WRID_LOW(err_cqe)); in c4iw_ev_dispatch()
148 CQE_WRID_LOW(err_cqe)); in c4iw_ev_dispatch()
Dcq.c481 CQE_WRID_LOW(hw_cqe)); in poll_cq()
712 CQE_WRID_HI(&cqe), CQE_WRID_LOW(&cqe), (unsigned long long)cookie); in c4iw_poll_cq_one()
Dt4.h240 #define CQE_WRID_LOW(x) (be32_to_cpu((x)->u.gen.wrid_low)) macro
/drivers/infiniband/hw/cxgb3/
Diwch_ev.c75 CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in post_qp_event()
125 CQE_WRID_LOW(rsp_msg->cqe)); in iwch_ev_dispatch()
Diwch_cq.c90 CQE_WRID_LOW(cqe), (unsigned long long) cookie); in iwch_poll_cq_one()
Dcxio_hal.c894 CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in cxio_hal_ev_handler()
902 rdev_p->ctrl_qp.rptr = CQE_WRID_LOW(rsp_msg->cqe) + 1; in cxio_hal_ev_handler()
1162 CQE_WRID_LOW(*hw_cqe)); in cxio_poll_cq()
Dcxio_wr.h631 #define CQE_WRID_LOW(x) ((x).u.scqe.wrid_low) macro