Lines Matching refs:interrupt_mode
157 static unsigned int interrupt_mode; variable
1377 if (efx->interrupt_mode == EF4_INT_MODE_MSIX) { in ef4_probe_interrupts()
1393 efx->interrupt_mode = EF4_INT_MODE_MSI; in ef4_probe_interrupts()
1428 if (efx->interrupt_mode == EF4_INT_MODE_MSI) { in ef4_probe_interrupts()
1438 efx->interrupt_mode = EF4_INT_MODE_LEGACY; in ef4_probe_interrupts()
1443 if (efx->interrupt_mode == EF4_INT_MODE_LEGACY) { in ef4_probe_interrupts()
1455 if (efx->interrupt_mode != EF4_INT_MODE_MSIX || in ef4_probe_interrupts()
2682 efx->interrupt_mode = max(efx->type->max_interrupt_mode, in ef4_init_struct()
2683 interrupt_mode); in ef4_init_struct()
3233 module_param(interrupt_mode, uint, 0444);
3234 MODULE_PARM_DESC(interrupt_mode,