Home
last modified time | relevance | path

Searched refs:irq_mod_score (Results 1 – 9 of 9) sorted by relevance

/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h426 unsigned int irq_mod_score; member
Defx.c283 if (channel->irq_mod_score < irq_adapt_low_thresh) { in ef4_update_irq_mod()
288 } else if (channel->irq_mod_score > irq_adapt_high_thresh) { in ef4_update_irq_mod()
297 channel->irq_mod_score = 0; in ef4_update_irq_mod()
Drx.c468 channel->irq_mod_score += 2; in ef4_rx_packet_gro()
Dfarch.c1079 channel->irq_mod_score += 2; in ef4_farch_handle_rx_event()
/drivers/net/ethernet/sfc/
Dnet_driver.h466 unsigned int irq_mod_score; member
Defx.c305 if (channel->irq_mod_score < irq_adapt_low_thresh) { in efx_update_irq_mod()
310 } else if (channel->irq_mod_score > irq_adapt_high_thresh) { in efx_update_irq_mod()
319 channel->irq_mod_score = 0; in efx_update_irq_mod()
Drx.c458 channel->irq_mod_score += 2; in efx_rx_packet_gro()
Dfarch.c1068 channel->irq_mod_score += 2; in efx_farch_handle_rx_event()
Def10.c3405 channel->irq_mod_score += 2 * n_packets; in efx_ef10_handle_rx_event()