Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libcxgb4/
H A Dcq.c362 CQE_OPCODE(hw_cqe), CQE_LEN(hw_cqe), CQE_WRID_HI(hw_cqe), in poll_cq()
616 wc->byte_len = CQE_LEN(&cqe); in c4iw_poll_cq_one()
627 wc->byte_len = CQE_LEN(&cqe); in c4iw_poll_cq_one()
H A Dt4.h260 #define CQE_LEN(x) (be32toh((x)->len)) macro
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c509 __func__, CQE_OPCODE(hw_cqe), CQE_LEN(hw_cqe), CQE_WRID_HI(hw_cqe), in poll_cq()
750 __func__, CQE_LEN(&cqe), CQE_WRID_HI(&cqe), CQE_WRID_LOW(&cqe), in c4iw_poll_cq_one()
755 wc->byte_len = CQE_LEN(&cqe); in c4iw_poll_cq_one()
772 wc->byte_len = CQE_LEN(&cqe); in c4iw_poll_cq_one()
H A Dt4.h250 #define CQE_LEN(x) (be32_to_cpu((x)->len)) macro