Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c50 cq->pend_cqe = (cq->cqe_cnt - cq->cq_head) + in otx2_nix_cq_op_status()
53 cq->pend_cqe = cq->cq_tail - cq->cq_head; in otx2_nix_cq_op_status()
394 if (cq->pend_cqe >= budget) in otx2_rx_napi_handler()
397 if (otx2_nix_cq_op_status(pfvf, cq) || !cq->pend_cqe) in otx2_rx_napi_handler()
401 while (likely(processed_cqe < budget) && cq->pend_cqe) { in otx2_rx_napi_handler()
417 cq->pend_cqe--; in otx2_rx_napi_handler()
448 if (cq->pend_cqe >= budget) in otx2_tx_napi_handler()
451 if (otx2_nix_cq_op_status(pfvf, cq) || !cq->pend_cqe) in otx2_tx_napi_handler()
458 while (likely(processed_cqe < budget) && cq->pend_cqe) { in otx2_tx_napi_handler()
475 cq->pend_cqe--; in otx2_tx_napi_handler()
[all …]
Dotx2_txrx.h133 u32 pend_cqe; member