Home
last modified time | relevance | path

Searched refs:irq_adapt_low_thresh (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Defx_channels.c39 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,
1248 if (channel->irq_mod_score < irq_adapt_low_thresh) { in efx_update_irq_mod()
/linux-6.1.9/drivers/net/ethernet/sfc/
Defx_channels.c39 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,
1244 if (channel->irq_mod_score < irq_adapt_low_thresh) { in efx_update_irq_mod()
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/
Defx.c166 static unsigned irq_adapt_low_thresh = 8000; variable
167 module_param(irq_adapt_low_thresh, uint, 0644);
168 MODULE_PARM_DESC(irq_adapt_low_thresh,
275 if (channel->irq_mod_score < irq_adapt_low_thresh) { in ef4_update_irq_mod()