Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A 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()
H A Dt4.h267 #define CQE_LEN(x) (be32_to_cpu((x)->len)) macro
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_nic_io.c625 rq_ctxt->cqe_sge_len = cpu_to_le32(RQ_CTXT_CQE_LEN_SET(1, CQE_LEN)); in hinic3_rq_prepare_ctxt()