Searched refs:EFX_INT_MODE_MSI (Results 1 – 3 of 3) sorted by relevance
582 EFX_INT_MODE_MSI = 1, enumerator586 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
64 [EFX_INT_MODE_MSI] = "MSI",
1472 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_MSI) 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()