Searched refs:CQE_LEN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A 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()
|
H A D | t4.h | 267 #define CQE_LEN(x) (be32_to_cpu((x)->len)) macro
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/ |
H A 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()
|
H A D | t4.h | 267 #define CQE_LEN(x) (be32_to_cpu((x)->len)) macro
|
Completed in 9 milliseconds