Searched refs:timer_pkt_quota (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 188 static int timer_pkt_quota[] = {1, 1, 2, 3, 4, 5}; variable 3978 if (work_done > max(timer_pkt_quota[timer_index], in napi_rx_handler()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | sge.c | 188 static int timer_pkt_quota[] = {1, 1, 2, 3, 4, 5}; variable 4003 if (work_done > max(timer_pkt_quota[timer_index], in napi_rx_handler()
|
Completed in 13 milliseconds