Searched refs:processed_cqe (Results 1 – 2 of 2) sorted by relevance
392 int processed_cqe = 0; in otx2_rx_napi_handler() local401 while (likely(processed_cqe < budget) && cq->pend_cqe) { in otx2_rx_napi_handler()405 if (!processed_cqe) in otx2_rx_napi_handler()416 processed_cqe++; in otx2_rx_napi_handler()422 ((u64)cq->cq_idx << 32) | processed_cqe); in otx2_rx_napi_handler()424 return processed_cqe; in otx2_rx_napi_handler()446 int processed_cqe = 0; in otx2_tx_napi_handler() local458 while (likely(processed_cqe < budget) && cq->pend_cqe) { in otx2_tx_napi_handler()461 if (!processed_cqe) in otx2_tx_napi_handler()474 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()