Home
last modified time | relevance | path

Searched refs:EFX_INT_MODE_MSI (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Defx_channels.c265 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_MSI) in efx_probe_interrupts()
266 efx->interrupt_mode = EFX_INT_MODE_MSI; in efx_probe_interrupts()
286 if (efx->interrupt_mode == EFX_INT_MODE_MSI) { in efx_probe_interrupts()
H A Dnet_driver.h623 EFX_INT_MODE_MSI = 1, enumerator
627 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
H A Dselftest.c64 [EFX_INT_MODE_MSI] = "MSI",
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A 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()
H A Dnet_driver.h616 EFX_INT_MODE_MSI = 1, enumerator
620 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
H A Dselftest.c68 [EFX_INT_MODE_MSI] = "MSI",
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A 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()
H A Dnet_driver.h617 EFX_INT_MODE_MSI = 1, enumerator
621 #define EFX_INT_MODE_USE_MSI(x) (((x)->interrupt_mode) <= EFX_INT_MODE_MSI)
H A Dselftest.c69 [EFX_INT_MODE_MSI] = "MSI",

Completed in 20 milliseconds