Searched refs:zero_rx_packet_count (Results 1 – 2 of 2) sorted by relevance
219 uint32_t zero_rx_packet_count; member769 power_idle_heuristic(uint32_t zero_rx_packet_count) in power_idle_heuristic() argument772 if (zero_rx_packet_count < SUSPEND_THRESHOLD) in power_idle_heuristic()995 rx_queue->zero_rx_packet_count++; in main_intr_loop()997 if (rx_queue->zero_rx_packet_count <= in main_intr_loop()1002 rx_queue->zero_rx_packet_count); in main_intr_loop()1005 rx_queue->zero_rx_packet_count = 0; in main_intr_loop()1392 rx_queue->zero_rx_packet_count++; in main_legacy_loop()1394 if (rx_queue->zero_rx_packet_count <= in main_legacy_loop()1399 rx_queue->zero_rx_packet_count); in main_legacy_loop()[all …]
240 rx_queue->zero_rx_packet_count++;242 if (rx_queue->zero_rx_packet_count <= MIN_ZERO_POLL_COUNT)245 rx_queue->idle_hint = power_idle_heuristic(rx_queue->zero_rx_packet_count);250 rx_queue->zero_rx_packet_count = 0;