Searched refs:zero_rx_packet_count (Results 1 – 1 of 1) sorted by relevance
223 uint32_t zero_rx_packet_count; member782 power_idle_heuristic(uint32_t zero_rx_packet_count) in power_idle_heuristic() argument785 if (zero_rx_packet_count < SUSPEND_THRESHOLD) in power_idle_heuristic()1008 rx_queue->zero_rx_packet_count++; in main_intr_loop()1010 if (rx_queue->zero_rx_packet_count <= in main_intr_loop()1015 rx_queue->zero_rx_packet_count); in main_intr_loop()1018 rx_queue->zero_rx_packet_count = 0; in main_intr_loop()1406 rx_queue->zero_rx_packet_count++; in main_legacy_loop()1408 if (rx_queue->zero_rx_packet_count <= in main_legacy_loop()1413 rx_queue->zero_rx_packet_count); in main_legacy_loop()[all …]