Home
last modified time | relevance | path

Searched refs:CQE_LEN (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Diwch_cq.c72 wc->byte_len = CQE_LEN(cqe); in __iwch_poll_cq_one()
88 wc->byte_len = CQE_LEN(cqe); in __iwch_poll_cq_one()
Dcxio_wr.h619 #define CQE_LEN(x) (be32_to_cpu((x).len)) macro
Dcxio_hal.c866 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/
Dcq.c560 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()
Dt4.h267 #define CQE_LEN(x) (be32_to_cpu((x)->len)) macro