irq_mod_score    3655 drivers/net/ethernet/sfc/ef10.c 	channel->irq_mod_score += 2 * n_packets;
irq_mod_score     313 drivers/net/ethernet/sfc/efx.c 	if (channel->irq_mod_score < irq_adapt_low_thresh) {
irq_mod_score     318 drivers/net/ethernet/sfc/efx.c 	} else if (channel->irq_mod_score > irq_adapt_high_thresh) {
irq_mod_score     327 drivers/net/ethernet/sfc/efx.c 	channel->irq_mod_score = 0;
irq_mod_score     280 drivers/net/ethernet/sfc/falcon/efx.c 	if (channel->irq_mod_score < irq_adapt_low_thresh) {
irq_mod_score     285 drivers/net/ethernet/sfc/falcon/efx.c 	} else if (channel->irq_mod_score > irq_adapt_high_thresh) {
irq_mod_score     294 drivers/net/ethernet/sfc/falcon/efx.c 	channel->irq_mod_score = 0;
irq_mod_score    1076 drivers/net/ethernet/sfc/falcon/farch.c 	channel->irq_mod_score += 2;
irq_mod_score     423 drivers/net/ethernet/sfc/falcon/net_driver.h 	unsigned int irq_mod_score;
irq_mod_score    1064 drivers/net/ethernet/sfc/farch.c 	channel->irq_mod_score += 2;
irq_mod_score     474 drivers/net/ethernet/sfc/net_driver.h 	unsigned int irq_mod_score;