Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_rx.c182 channel->irq_mod_score += 2 * n_packets; in efx_ef100_ev_rx()
H A Defx_channels.c1225 if (channel->irq_mod_score < irq_adapt_low_thresh) { in efx_update_irq_mod()
1230 } else if (channel->irq_mod_score > irq_adapt_high_thresh) { in efx_update_irq_mod()
1239 channel->irq_mod_score = 0; in efx_update_irq_mod()
H A Dnet_driver.h502 unsigned int irq_mod_score; member
H A Def10.c2932 channel->irq_mod_score += 2 * n_packets; in efx_ef10_handle_rx_event()
/openbmc/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 Dnet_driver.h510 unsigned int irq_mod_score; member
H A Dfarch.c1068 channel->irq_mod_score += 2; in efx_farch_handle_rx_event()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h423 unsigned int irq_mod_score; member
H A Defx.c274 if (channel->irq_mod_score < irq_adapt_low_thresh) { in ef4_update_irq_mod()
279 } else if (channel->irq_mod_score > irq_adapt_high_thresh) { in ef4_update_irq_mod()
288 channel->irq_mod_score = 0; in ef4_update_irq_mod()
H A Dfarch.c1075 channel->irq_mod_score += 2; in ef4_farch_handle_rx_event()