Lines Matching refs:interrupt_mode
149 static unsigned int interrupt_mode; variable
1365 if (efx->interrupt_mode == EF4_INT_MODE_MSIX) { in ef4_probe_interrupts()
1381 efx->interrupt_mode = EF4_INT_MODE_MSI; in ef4_probe_interrupts()
1416 if (efx->interrupt_mode == EF4_INT_MODE_MSI) { in ef4_probe_interrupts()
1426 efx->interrupt_mode = EF4_INT_MODE_LEGACY; in ef4_probe_interrupts()
1431 if (efx->interrupt_mode == EF4_INT_MODE_LEGACY) { in ef4_probe_interrupts()
1443 if (efx->interrupt_mode != EF4_INT_MODE_MSIX || in ef4_probe_interrupts()
2669 efx->interrupt_mode = max(efx->type->max_interrupt_mode, in ef4_init_struct()
2670 interrupt_mode); in ef4_init_struct()
3173 module_param(interrupt_mode, uint, 0444);
3174 MODULE_PARM_DESC(interrupt_mode,