Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Dnet_driver.h656 EFX_INT_MODE_MSI = 1, enumerator
660 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
Dselftest.c64 [EFX_INT_MODE_MSI] = "MSI",
Defx.c1403 efx->interrupt_mode = EFX_INT_MODE_MSI; in efx_probe_interrupts()
1438 if (efx->interrupt_mode == EFX_INT_MODE_MSI) { in efx_probe_interrupts()
Dfalcon.c2795 .max_interrupt_mode = EFX_INT_MODE_MSI,