Searched refs:pool_ptrs (Results 1 – 4 of 4) sorted by relevance
123 int cnt = cq->pool_ptrs; in cn10k_refill_pool_ptrs()132 while (cq->pool_ptrs) { in cn10k_refill_pool_ptrs()139 cq->pool_ptrs--; in cn10k_refill_pool_ptrs()144 if (num_ptrs == NPA_MAX_BURST || cq->pool_ptrs == 0) { in cn10k_refill_pool_ptrs()150 return cnt - cq->pool_ptrs; in cn10k_refill_pool_ptrs()
371 cq->pool_ptrs++; in otx2_rcv_pkt_handler()439 int cnt = cq->pool_ptrs; in otx2_refill_pool_ptrs()442 while (cq->pool_ptrs) { in otx2_refill_pool_ptrs()446 cq->pool_ptrs--; in otx2_refill_pool_ptrs()449 return cnt - cq->pool_ptrs; in otx2_refill_pool_ptrs()594 if (rx_cq && rx_cq->pool_ptrs) in otx2_napi_handler()1535 cq->pool_ptrs++; in otx2_xdp_rcv_pkt_handler()1542 cq->pool_ptrs++; in otx2_xdp_rcv_pkt_handler()1571 cq->pool_ptrs++; in otx2_xdp_rcv_pkt_handler()
147 u16 pool_ptrs; member
589 cq->cq_idx, cq->pool_ptrs - 1))) in otx2_alloc_buffer()