Searched refs:pend_cqe (Results 1 – 2 of 2) sorted by relevance
74 cq->pend_cqe = (cq->cqe_cnt - cq->cq_head) + in otx2_nix_cq_op_status()77 cq->pend_cqe = cq->cq_tail - cq->cq_head; in otx2_nix_cq_op_status()397 if (cq->pend_cqe >= budget) in otx2_rx_napi_handler()400 if (otx2_nix_cq_op_status(pfvf, cq) || !cq->pend_cqe) in otx2_rx_napi_handler()420 cq->pend_cqe--; in otx2_rx_napi_handler()473 if (cq->pend_cqe >= budget) in otx2_tx_napi_handler()501 cq->pend_cqe--; in otx2_tx_napi_handler()1293 while (cq->pend_cqe) { in otx2_cleanup_rx_cqes()1296 cq->pend_cqe--; in otx2_cleanup_rx_cqes()1331 while (cq->pend_cqe) { in otx2_cleanup_tx_cqes()[all …]
151 u32 pend_cqe; member