Lines Matching refs:interrupt_mode
180 static unsigned int interrupt_mode; variable
1454 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) { in efx_probe_interrupts()
1473 efx->interrupt_mode = EFX_INT_MODE_MSI; in efx_probe_interrupts()
1508 if (efx->interrupt_mode == EFX_INT_MODE_MSI) { in efx_probe_interrupts()
1519 efx->interrupt_mode = EFX_INT_MODE_LEGACY; in efx_probe_interrupts()
1526 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { in efx_probe_interrupts()
1539 if (efx->interrupt_mode != EFX_INT_MODE_MSIX || in efx_probe_interrupts()
3066 efx->interrupt_mode = max(efx->type->max_interrupt_mode, in efx_init_struct()
3067 interrupt_mode); in efx_init_struct()
3068 efx->interrupt_mode = min(efx->type->min_interrupt_mode, in efx_init_struct()
3069 interrupt_mode); in efx_init_struct()
3897 module_param(interrupt_mode, uint, 0444);
3898 MODULE_PARM_DESC(interrupt_mode,