Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/siena/
Defx_channels.c277 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_MSI) in efx_siena_probe_interrupts()
278 efx->interrupt_mode = EFX_INT_MODE_MSI; in efx_siena_probe_interrupts()
298 if (efx->interrupt_mode == EFX_INT_MODE_MSI) { in efx_siena_probe_interrupts()
Dnet_driver.h617 EFX_INT_MODE_MSI = 1, enumerator
621 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
Dselftest.c69 [EFX_INT_MODE_MSI] = "MSI",
/drivers/net/ethernet/sfc/
Defx_channels.c276 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_MSI) in efx_probe_interrupts()
277 efx->interrupt_mode = EFX_INT_MODE_MSI; in efx_probe_interrupts()
297 if (efx->interrupt_mode == EFX_INT_MODE_MSI) { in efx_probe_interrupts()
Dnet_driver.h616 EFX_INT_MODE_MSI = 1, enumerator
620 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
Dselftest.c68 [EFX_INT_MODE_MSI] = "MSI",