Searched refs:processed_cqe (Results 1 – 2 of 2) sorted by relevance
399 int processed_cqe = 0; in otx2_rx_napi_handler() local408 while (likely(processed_cqe < budget) && cq->pend_cqe) { in otx2_rx_napi_handler()412 if (!processed_cqe) in otx2_rx_napi_handler()423 processed_cqe++; in otx2_rx_napi_handler()431 ((u64)cq->cq_idx << 32) | processed_cqe); in otx2_rx_napi_handler()433 return processed_cqe; in otx2_rx_napi_handler()471 int processed_cqe = 0; in otx2_tx_napi_handler() local489 while (likely(processed_cqe < budget) && cq->pend_cqe) { in otx2_tx_napi_handler()492 if (!processed_cqe) in otx2_tx_napi_handler()504 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()