Lines Matching refs:interrupt_mode
148 static unsigned int interrupt_mode; variable
1364 if (efx->interrupt_mode == EF4_INT_MODE_MSIX) { in ef4_probe_interrupts()
1380 efx->interrupt_mode = EF4_INT_MODE_MSI; in ef4_probe_interrupts()
1415 if (efx->interrupt_mode == EF4_INT_MODE_MSI) { in ef4_probe_interrupts()
1425 efx->interrupt_mode = EF4_INT_MODE_LEGACY; in ef4_probe_interrupts()
1430 if (efx->interrupt_mode == EF4_INT_MODE_LEGACY) { in ef4_probe_interrupts()
1442 if (efx->interrupt_mode != EF4_INT_MODE_MSIX || in ef4_probe_interrupts()
2668 efx->interrupt_mode = max(efx->type->max_interrupt_mode, in ef4_init_struct()
2669 interrupt_mode); in ef4_init_struct()
3164 module_param(interrupt_mode, uint, 0444);
3165 MODULE_PARM_DESC(interrupt_mode,