Lines Matching refs:interrupt_mode
154 static unsigned int interrupt_mode; variable
1374 if (efx->interrupt_mode == EF4_INT_MODE_MSIX) { in ef4_probe_interrupts()
1390 efx->interrupt_mode = EF4_INT_MODE_MSI; in ef4_probe_interrupts()
1425 if (efx->interrupt_mode == EF4_INT_MODE_MSI) { in ef4_probe_interrupts()
1435 efx->interrupt_mode = EF4_INT_MODE_LEGACY; in ef4_probe_interrupts()
1440 if (efx->interrupt_mode == EF4_INT_MODE_LEGACY) { in ef4_probe_interrupts()
1452 if (efx->interrupt_mode != EF4_INT_MODE_MSIX || in ef4_probe_interrupts()
2679 efx->interrupt_mode = max(efx->type->max_interrupt_mode, in ef4_init_struct()
2680 interrupt_mode); in ef4_init_struct()
3222 module_param(interrupt_mode, uint, 0444);
3223 MODULE_PARM_DESC(interrupt_mode,