Searched refs:processed_cqe (Results 1 – 2 of 2) sorted by relevance
397 int processed_cqe = 0; in otx2_rx_napi_handler() local406 while (likely(processed_cqe < budget) && cq->pend_cqe) { in otx2_rx_napi_handler()410 if (!processed_cqe) in otx2_rx_napi_handler()421 processed_cqe++; in otx2_rx_napi_handler()429 ((u64)cq->cq_idx << 32) | processed_cqe); in otx2_rx_napi_handler()431 return processed_cqe; in otx2_rx_napi_handler()456 int processed_cqe = 0; in otx2_tx_napi_handler() local468 while (likely(processed_cqe < budget) && cq->pend_cqe) { in otx2_tx_napi_handler()471 if (!processed_cqe) in otx2_tx_napi_handler()485 processed_cqe++; in otx2_tx_napi_handler()[all …]
848 int processed_cqe, work_done = 0, tx_done = 0; in nicvf_cq_intr_handler() local862 processed_cqe = 0; in nicvf_cq_intr_handler()873 while (processed_cqe < cqe_count) { in nicvf_cq_intr_handler()906 processed_cqe++; in nicvf_cq_intr_handler()911 cq_idx, processed_cqe); in nicvf_cq_intr_handler()