Symbol: EFX_MAX_CHANNELS
drivers/net/ethernet/sfc/ef10.c
617
efx->max_channels = min_t(unsigned int, EFX_MAX_CHANNELS,
drivers/net/ethernet/sfc/ef100_nic.h
73
DECLARE_BITMAP(evq_phases, EFX_MAX_CHANNELS);
drivers/net/ethernet/sfc/efx_channels.c
260
struct msix_entry xentries[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/efx_channels.c
568
for (i = 0; i < EFX_MAX_CHANNELS; i++) {
drivers/net/ethernet/sfc/efx_channels.c
580
efx->max_channels = EFX_MAX_CHANNELS;
drivers/net/ethernet/sfc/efx_channels.c
581
efx->max_tx_channels = EFX_MAX_CHANNELS;
drivers/net/ethernet/sfc/efx_channels.c
590
for (i = 0; i < EFX_MAX_CHANNELS; i++)
drivers/net/ethernet/sfc/efx_channels.c
846
struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel,
drivers/net/ethernet/sfc/net_driver.h
1049
struct efx_channel *channel[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/net_driver.h
1050
struct efx_msi_context msi_context[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/net_driver.h
57
#define EFX_MAX_RX_QUEUES EFX_MAX_CHANNELS
drivers/net/ethernet/sfc/net_driver.h
67
#define EFX_MAX_CORE_TX_QUEUES (EFX_MAX_TX_TC * EFX_MAX_CHANNELS)
drivers/net/ethernet/sfc/net_driver.h
72
#define EFX_MAX_TX_QUEUES (EFX_MAX_TXQ_PER_CHANNEL * EFX_MAX_CHANNELS)
drivers/net/ethernet/sfc/selftest.c
181
unsigned int read_ptr[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/selftest.c
185
BUILD_BUG_ON(EFX_MAX_CHANNELS > BITS_PER_LONG);
drivers/net/ethernet/sfc/selftest.h
35
int eventq_dma[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/selftest.h
36
int eventq_int[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/siena/efx_channels.c
261
struct msix_entry xentries[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/siena/efx_channels.c
570
for (i = 0; i < EFX_MAX_CHANNELS; i++) {
drivers/net/ethernet/sfc/siena/efx_channels.c
582
efx->max_channels = EFX_MAX_CHANNELS;
drivers/net/ethernet/sfc/siena/efx_channels.c
583
efx->max_tx_channels = EFX_MAX_CHANNELS;
drivers/net/ethernet/sfc/siena/efx_channels.c
592
for (i = 0; i < EFX_MAX_CHANNELS; i++)
drivers/net/ethernet/sfc/siena/efx_channels.c
858
struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel;
drivers/net/ethernet/sfc/siena/mcdi.c
1981
MC_CMD_FLUSH_RX_QUEUES_IN_LEN(EFX_MAX_CHANNELS));
drivers/net/ethernet/sfc/siena/mcdi.c
1984
BUILD_BUG_ON(EFX_MAX_CHANNELS >
drivers/net/ethernet/sfc/siena/net_driver.h
56
#define EFX_MAX_RX_QUEUES EFX_MAX_CHANNELS
drivers/net/ethernet/sfc/siena/net_driver.h
65
#define EFX_MAX_CORE_TX_QUEUES (EFX_MAX_TX_TC * EFX_MAX_CHANNELS)
drivers/net/ethernet/sfc/siena/net_driver.h
72
#define EFX_MAX_TX_QUEUES (EFX_MAX_TXQ_PER_CHANNEL * EFX_MAX_CHANNELS)
drivers/net/ethernet/sfc/siena/net_driver.h
968
struct efx_channel *channel[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/siena/net_driver.h
969
struct efx_msi_context msi_context[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/siena/selftest.c
182
unsigned int read_ptr[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/siena/selftest.c
186
BUILD_BUG_ON(EFX_MAX_CHANNELS > BITS_PER_LONG);
drivers/net/ethernet/sfc/siena/selftest.h
35
int eventq_dma[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/siena/selftest.h
36
int eventq_int[EFX_MAX_CHANNELS];
drivers/net/ethernet/sfc/siena/siena.c
282
efx->max_channels = EFX_MAX_CHANNELS;
drivers/net/ethernet/sfc/siena/siena.c
283
efx->max_vis = EFX_MAX_CHANNELS;
drivers/net/ethernet/sfc/siena/siena.c
284
efx->max_tx_channels = EFX_MAX_CHANNELS;
drivers/net/ethernet/sfc/siena/siena_sriov.c
1294
BUILD_BUG_ON(EFX_MAX_CHANNELS + 1 >= EFX_VI_BASE);