Searched refs:rx_alloc_count (Results 1 – 2 of 2) sorted by relevance
1531 int rx_alloc_count = 0; in qede_recv_pkts_regular() local1548 if (rxq->rx_alloc_count) { in qede_recv_pkts_regular()1558 rxq->rx_alloc_count; in qede_recv_pkts_regular()1563 rxq->rx_alloc_count = 0; in qede_recv_pkts_regular()1698 rx_alloc_count++; in qede_recv_pkts_regular()1732 rxq->rx_alloc_count = rx_alloc_count; in qede_recv_pkts_regular()1771 int rx_alloc_count = 0; in qede_recv_pkts() local1775 if (rxq->rx_alloc_count) { in qede_recv_pkts()1790 rxq->rx_alloc_count = 0; in qede_recv_pkts()1972 rx_alloc_count++; in qede_recv_pkts()[all …]
195 uint16_t rx_alloc_count; member