Home
last modified time | relevance | path

Searched refs:EFX_MAX_CHANNELS (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sfc/
Dselftest.h38 int eventq_dma[EFX_MAX_CHANNELS];
39 int eventq_int[EFX_MAX_CHANNELS];
Dnet_driver.h59 #define EFX_MAX_CHANNELS 32U macro
60 #define EFX_MAX_RX_QUEUES EFX_MAX_CHANNELS
69 #define EFX_MAX_CORE_TX_QUEUES (EFX_MAX_TX_TC * EFX_MAX_CHANNELS)
73 #define EFX_MAX_TX_QUEUES (EFX_TXQ_TYPES * EFX_MAX_CHANNELS)
958 struct efx_channel *channel[EFX_MAX_CHANNELS];
959 struct efx_msi_context msi_context[EFX_MAX_CHANNELS];
Dselftest.c168 unsigned int read_ptr[EFX_MAX_CHANNELS]; in efx_test_eventq_irq()
172 BUILD_BUG_ON(EFX_MAX_CHANNELS > BITS_PER_LONG); in efx_test_eventq_irq()
Defx.c752 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; in efx_realloc_channels()
1344 struct msix_entry xentries[EFX_MAX_CHANNELS]; in efx_probe_interrupts()
2734 for (i = 0; i < EFX_MAX_CHANNELS; i++) { in efx_init_struct()
2764 for (i = 0; i < EFX_MAX_CHANNELS; i++) in efx_fini_struct()
Dmcdi.c1645 MC_CMD_FLUSH_RX_QUEUES_IN_LEN(EFX_MAX_CHANNELS)); in efx_mcdi_flush_rxqs()
1648 BUILD_BUG_ON(EFX_MAX_CHANNELS > in efx_mcdi_flush_rxqs()
Dsiena.c263 efx->max_channels = EFX_MAX_CHANNELS; in siena_probe_nic()
Dfalcon.c461 BUILD_BUG_ON(FSF_AZ_NET_IVEC_INT_Q_WIDTH > EFX_MAX_CHANNELS); in falcon_legacy_interrupt_a1()
2360 EFX_MAX_CHANNELS); in falcon_probe_nic()
Def10.c180 EFX_MAX_CHANNELS, in efx_ef10_probe()
1395 EFX_MAX_CHANNELS); in efx_ef10_alloc_rss_context()
Dsiena_sriov.c1288 BUILD_BUG_ON(EFX_MAX_CHANNELS + 1 >= EFX_VI_BASE); in efx_siena_sriov_init()