Searched refs:rx_alloc_count (Results 1 – 2 of 2) sorted by relevance
1525 int rx_alloc_count = 0; in qede_recv_pkts_regular() local1542 if (rxq->rx_alloc_count) { in qede_recv_pkts_regular()1558 rxq->rx_alloc_count -= count; in qede_recv_pkts_regular()1693 rx_alloc_count++; in qede_recv_pkts_regular()1727 rxq->rx_alloc_count += rx_alloc_count; in qede_recv_pkts_regular()1766 int rx_alloc_count = 0; in qede_recv_pkts() local1770 if (rxq->rx_alloc_count) { in qede_recv_pkts()1786 rxq->rx_alloc_count -= count; in qede_recv_pkts()1968 rx_alloc_count++; in qede_recv_pkts()1981 rx_alloc_count += num_segs; in qede_recv_pkts()[all …]
187 uint16_t rx_alloc_count; member