Home
last modified time | relevance | path

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

/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",
/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 Def10.c4292 .min_interrupt_mode = EFX_INT_MODE_LEGACY,