Searched refs:min_interrupt_mode (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 265 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_MSI) in efx_probe_interrupts() 299 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_LEGACY) in efx_probe_interrupts() 557 efx->interrupt_mode = min(efx->type->min_interrupt_mode, in efx_init_channels()
|
H A D | ef100_nic.c | 709 .min_interrupt_mode = EFX_INT_MODE_MSIX, 794 .min_interrupt_mode = EFX_INT_MODE_MSIX,
|
H A D | siena.c | 1089 .min_interrupt_mode = EFX_INT_MODE_LEGACY,
|
H A D | net_driver.h | 1332 * @min_interrupt_mode: Lowest capability interrupt mode supported 1509 unsigned int min_interrupt_mode; member
|
H A D | ef10.c | 4101 .min_interrupt_mode = EFX_INT_MODE_MSIX, 4237 .min_interrupt_mode = EFX_INT_MODE_LEGACY,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 276 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_MSI) in efx_probe_interrupts() 311 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_LEGACY) in efx_probe_interrupts() 577 efx->interrupt_mode = min(efx->type->min_interrupt_mode, in efx_init_channels()
|
H A D | ef100_nic.c | 1244 .min_interrupt_mode = EFX_INT_MODE_MSIX, 1332 .min_interrupt_mode = EFX_INT_MODE_MSIX,
|
H A D | net_driver.h | 1345 * @min_interrupt_mode: Lowest capability interrupt mode supported 1521 unsigned int min_interrupt_mode; member
|
H A D | ef10.c | 4156 .min_interrupt_mode = EFX_INT_MODE_MSIX, 4292 .min_interrupt_mode = EFX_INT_MODE_LEGACY,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx_channels.c | 277 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_MSI) in efx_siena_probe_interrupts() 312 if (efx->type->min_interrupt_mode >= EFX_INT_MODE_LEGACY) in efx_siena_probe_interrupts() 579 efx->interrupt_mode = min(efx->type->min_interrupt_mode, in efx_siena_init_channels()
|
H A D | siena.c | 1100 .min_interrupt_mode = EFX_INT_MODE_LEGACY,
|
H A D | net_driver.h | 1294 * @min_interrupt_mode: Lowest capability interrupt mode supported 1474 unsigned int min_interrupt_mode; member
|
Completed in 31 milliseconds