Home
last modified time | relevance | path

Searched refs:EFX_INT_MODE_MSI (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
Dnet_driver.h670 EFX_INT_MODE_MSI = 1, enumerator
674 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
Dselftest.c64 [EFX_INT_MODE_MSI] = "MSI",
Defx.c1359 efx->interrupt_mode = EFX_INT_MODE_MSI; in efx_probe_interrupts()
1391 if (efx->interrupt_mode == EFX_INT_MODE_MSI) { in efx_probe_interrupts()
Dfalcon.c2784 .max_interrupt_mode = EFX_INT_MODE_MSI,