Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_channels.c311 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_LEGACY) in efx_probe_interrupts()
312 efx->interrupt_mode = EFX_INT_MODE_LEGACY; in efx_probe_interrupts()
319 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { in efx_probe_interrupts()
H A Dselftest.c69 [EFX_INT_MODE_LEGACY] = "legacy",
H A Dnet_driver.h617 EFX_INT_MODE_LEGACY = 2, enumerator
H A Def10.c4292 .min_interrupt_mode = EFX_INT_MODE_LEGACY,
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx_channels.c312 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_LEGACY) in efx_siena_probe_interrupts()
313 efx->interrupt_mode = EFX_INT_MODE_LEGACY; in efx_siena_probe_interrupts()
320 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { in efx_siena_probe_interrupts()
H A Dselftest.c70 [EFX_INT_MODE_LEGACY] = "legacy",
H A Dnet_driver.h618 EFX_INT_MODE_LEGACY = 2, enumerator
H A Dsiena.c1100 .min_interrupt_mode = EFX_INT_MODE_LEGACY,