Searched refs:irq_adapt_low_thresh (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 37 static unsigned int irq_adapt_low_thresh = 8000; variable 38 module_param(irq_adapt_low_thresh, uint, 0644); 39 MODULE_PARM_DESC(irq_adapt_low_thresh, 1181 if (channel->irq_mod_score < irq_adapt_low_thresh) { in efx_update_irq_mod()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 39 static unsigned int irq_adapt_low_thresh = 8000; variable 40 module_param(irq_adapt_low_thresh, uint, 0644); 41 MODULE_PARM_DESC(irq_adapt_low_thresh, 1225 if (channel->irq_mod_score < irq_adapt_low_thresh) { in efx_update_irq_mod()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx_channels.c | 39 static unsigned int irq_adapt_low_thresh = 8000; variable 40 module_param(irq_adapt_low_thresh, uint, 0644); 41 MODULE_PARM_DESC(irq_adapt_low_thresh, 1250 if (channel->irq_mod_score < irq_adapt_low_thresh) { in efx_update_irq_mod()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 171 static unsigned irq_adapt_low_thresh = 8000; variable 172 module_param(irq_adapt_low_thresh, uint, 0644); 173 MODULE_PARM_DESC(irq_adapt_low_thresh, 280 if (channel->irq_mod_score < irq_adapt_low_thresh) { in ef4_update_irq_mod()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 165 static unsigned irq_adapt_low_thresh = 8000; variable 166 module_param(irq_adapt_low_thresh, uint, 0644); 167 MODULE_PARM_DESC(irq_adapt_low_thresh, 274 if (channel->irq_mod_score < irq_adapt_low_thresh) { in ef4_update_irq_mod()
|
Completed in 12 milliseconds