Searched refs:CQE_LEN (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_cq.c | 72 wc->byte_len = CQE_LEN(cqe); in __iwch_poll_cq_one() 88 wc->byte_len = CQE_LEN(cqe); in __iwch_poll_cq_one()
|
D | cxio_wr.h | 619 #define CQE_LEN(x) (be32_to_cpu((x).len)) macro
|
D | cxio_hal.c | 886 CQE_OPCODE(rsp_msg->cqe), CQE_LEN(rsp_msg->cqe), in cxio_hal_ev_handler() 1149 CQE_OPCODE(*hw_cqe), CQE_LEN(*hw_cqe), CQE_WRID_HI(*hw_cqe), in cxio_poll_cq()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 561 CQE_OPCODE(hw_cqe), CQE_LEN(hw_cqe), CQE_WRID_HI(hw_cqe), in poll_cq() 785 CQE_STATUS(&cqe), CQE_LEN(&cqe), in __c4iw_poll_cq_one() 791 wc->byte_len = CQE_LEN(&cqe); in __c4iw_poll_cq_one() 825 wc->byte_len = CQE_LEN(&cqe); in __c4iw_poll_cq_one()
|
D | t4.h | 266 #define CQE_LEN(x) (be32_to_cpu((x)->len)) macro
|