Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c1250 if (channel->irq_mod_score < irq_adapt_low_thresh) { in efx_update_irq_mod()
1255 } else if (channel->irq_mod_score > irq_adapt_high_thresh) { in efx_update_irq_mod()
1264 channel->irq_mod_score = 0; in efx_update_irq_mod()
H A Dfarch.c1068 channel->irq_mod_score += 2; in efx_farch_handle_rx_event()
/linux/drivers/net/ethernet/sfc/
H A Defx_channels.c1231 if (channel->irq_mod_score < irq_adapt_low_thresh) { in efx_update_irq_mod()
1236 } else if (channel->irq_mod_score > irq_adapt_high_thresh) { in efx_update_irq_mod()
1245 channel->irq_mod_score = 0; in efx_update_irq_mod()
H A Def10.c2932 channel->irq_mod_score += 2 * n_packets; in efx_ef10_handle_rx_event()