Searched refs:CQE_WRID_HI (Results 1 – 7 of 7) sorted by relevance
/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 59 CQE_WRID_HI(err_cqe), CQE_WRID_LOW(err_cqe)); in post_qp_event() 94 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe), in c4iw_ev_dispatch() 110 CQE_TYPE(err_cqe), CQE_WRID_HI(err_cqe), in c4iw_ev_dispatch()
|
D | cq.c | 418 CQE_OPCODE(hw_cqe), CQE_LEN(hw_cqe), CQE_WRID_HI(hw_cqe), in poll_cq() 599 CQE_WRID_HI(&cqe), CQE_WRID_LOW(&cqe), (unsigned long long)cookie); in c4iw_poll_cq_one()
|
D | t4.h | 236 #define CQE_WRID_HI(x) ((x)->u.gen.wrid_hi) macro
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 75 CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in post_qp_event() 124 CQE_TYPE(rsp_msg->cqe), CQE_WRID_HI(rsp_msg->cqe), in iwch_ev_dispatch()
|
D | iwch_cq.c | 89 CQE_OPCODE(cqe), CQE_STATUS(cqe), CQE_WRID_HI(cqe), in iwch_poll_cq_one()
|
D | cxio_hal.c | 896 CQE_WRID_HI(rsp_msg->cqe), CQE_WRID_LOW(rsp_msg->cqe)); in cxio_hal_ev_handler() 1163 CQE_OPCODE(*hw_cqe), CQE_LEN(*hw_cqe), CQE_WRID_HI(*hw_cqe), in cxio_poll_cq()
|
D | cxio_wr.h | 630 #define CQE_WRID_HI(x) ((x).u.scqe.wrid_hi) macro
|