Searched refs:CQE_LEN (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/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 | 866 CQE_OPCODE(rsp_msg->cqe), CQE_LEN(rsp_msg->cqe), in cxio_hal_ev_handler() 1129 CQE_OPCODE(*hw_cqe), CQE_LEN(*hw_cqe), CQE_WRID_HI(*hw_cqe), in cxio_poll_cq()
|
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | cq.c | 560 CQE_OPCODE(hw_cqe), CQE_LEN(hw_cqe), CQE_WRID_HI(hw_cqe), in poll_cq() 784 CQE_STATUS(&cqe), CQE_LEN(&cqe), in __c4iw_poll_cq_one() 790 wc->byte_len = CQE_LEN(&cqe); in __c4iw_poll_cq_one() 824 wc->byte_len = CQE_LEN(&cqe); in __c4iw_poll_cq_one()
|
D | t4.h | 267 #define CQE_LEN(x) (be32_to_cpu((x)->len)) macro
|