Searched refs:pool_ptrs (Results 1 – 4 of 4) sorted by relevance
113 int cnt = cq->pool_ptrs; in cn10k_refill_pool_ptrs()122 while (cq->pool_ptrs) { in cn10k_refill_pool_ptrs()129 cq->pool_ptrs--; in cn10k_refill_pool_ptrs()134 if (num_ptrs == NPA_MAX_BURST || cq->pool_ptrs == 0) { in cn10k_refill_pool_ptrs()140 return cnt - cq->pool_ptrs; in cn10k_refill_pool_ptrs()
367 cq->pool_ptrs++; in otx2_rcv_pkt_handler()435 int cnt = cq->pool_ptrs; in otx2_refill_pool_ptrs()438 while (cq->pool_ptrs) { in otx2_refill_pool_ptrs()442 cq->pool_ptrs--; in otx2_refill_pool_ptrs()445 return cnt - cq->pool_ptrs; in otx2_refill_pool_ptrs()590 if (rx_cq && rx_cq->pool_ptrs) in otx2_napi_handler()1532 cq->pool_ptrs++; in otx2_xdp_rcv_pkt_handler()1539 cq->pool_ptrs++; in otx2_xdp_rcv_pkt_handler()1568 cq->pool_ptrs++; in otx2_xdp_rcv_pkt_handler()
147 u16 pool_ptrs; member
596 cq->cq_idx, cq->pool_ptrs - 1))) in otx2_alloc_buffer()