Home
last modified time | relevance | path

Searched refs:hw_cqe (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/infiniband/hw/cxgb4/
H A Dcq.c396 hw_cqe = &read_cqe; in c4iw_flush_hw_cq()
410 *swcqe = *hw_cqe; in c4iw_flush_hw_cq()
558 CQE_OVFBIT(hw_cqe), CQE_QPID(hw_cqe), in poll_cq()
559 CQE_GENBIT(hw_cqe), CQE_TYPE(hw_cqe), CQE_STATUS(hw_cqe), in poll_cq()
560 CQE_OPCODE(hw_cqe), CQE_LEN(hw_cqe), CQE_WRID_HI(hw_cqe), in poll_cq()
592 *cqe = *hw_cqe; in poll_cq()
603 if (RQ_TYPE(hw_cqe) && (CQE_OPCODE(hw_cqe) == FW_RI_READ_RESP)) { in poll_cq()
641 hw_cqe = &read_cqe; in poll_cq()
680 if (!SW_CQE(hw_cqe) && (CQE_WRID_SQ_IDX(hw_cqe) != wq->sq.cidx)) { in poll_cq()
693 *cqe = *hw_cqe; in poll_cq()
[all …]
/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dqplib_fp.c1551 struct cq_base *hw_cqe; in __clean_cq() local
1558 if (!CQE_CMP_VALID(hw_cqe, peek_flags)) in __clean_cq()
2903 struct cq_base *hw_cqe; in bnxt_qplib_is_cq_empty() local
3149 struct cq_base *hw_cqe; in bnxt_qplib_poll_cq() local
3173 (struct cq_req *)hw_cqe, in bnxt_qplib_poll_cq()
3180 hw_cqe, &cqe, in bnxt_qplib_poll_cq()
3185 (cq, (struct cq_res_ud *)hw_cqe, &cqe, in bnxt_qplib_poll_cq()
3191 hw_cqe, &cqe, &budget); in bnxt_qplib_poll_cq()
3195 (cq, (struct cq_terminal *)hw_cqe, in bnxt_qplib_poll_cq()
3200 (cq, (struct cq_cutoff *)hw_cqe); in bnxt_qplib_poll_cq()
[all …]