Home
last modified time | relevance | path

Searched refs:EFX_INT_MODE_LEGACY (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/sfc/siena/ !
Defx_channels.c311 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_LEGACY) in efx_siena_probe_interrupts()
312 efx->interrupt_mode = EFX_INT_MODE_LEGACY; in efx_siena_probe_interrupts()
319 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { in efx_siena_probe_interrupts()
Dselftest.c65 [EFX_INT_MODE_LEGACY] = "legacy",
Dnet_driver.h618 EFX_INT_MODE_LEGACY = 2, enumerator
Dsiena.c1100 .min_interrupt_mode = EFX_INT_MODE_LEGACY,
/linux-6.1.9/drivers/net/ethernet/sfc/ !
Defx_channels.c310 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_LEGACY) in efx_probe_interrupts()
311 efx->interrupt_mode = EFX_INT_MODE_LEGACY; in efx_probe_interrupts()
318 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { in efx_probe_interrupts()
Dselftest.c65 [EFX_INT_MODE_LEGACY] = "legacy",
Dnet_driver.h623 EFX_INT_MODE_LEGACY = 2, enumerator
Def10.c4262 .min_interrupt_mode = EFX_INT_MODE_LEGACY,