Searched refs:CQE_LEN (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/libcxgb4/ |
H A D | cq.c | 362 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 D | t4.h | 260 #define CQE_LEN(x) (be32toh((x)->len)) macro
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cq.c | 509 __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 D | t4.h | 250 #define CQE_LEN(x) (be32_to_cpu((x)->len)) macro
|