Home
last modified time | relevance | path

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

/linux-6.1.9/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.c64 [EFX_INT_MODE_MSI] = "MSI",
/linux-6.1.9/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.h622 EFX_INT_MODE_MSI = 1, enumerator
626 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
Dselftest.c64 [EFX_INT_MODE_MSI] = "MSI",