EFX_MAX_CHANNELS  743 drivers/net/ethernet/sfc/ef10.c 				  EFX_MAX_CHANNELS,
EFX_MAX_CHANNELS  807 drivers/net/ethernet/sfc/efx.c 	struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel;
EFX_MAX_CHANNELS 1453 drivers/net/ethernet/sfc/efx.c 		struct msix_entry xentries[EFX_MAX_CHANNELS];
EFX_MAX_CHANNELS 3050 drivers/net/ethernet/sfc/efx.c 	for (i = 0; i < EFX_MAX_CHANNELS; i++) {
EFX_MAX_CHANNELS 3091 drivers/net/ethernet/sfc/efx.c 	for (i = 0; i < EFX_MAX_CHANNELS; i++)
EFX_MAX_CHANNELS 1972 drivers/net/ethernet/sfc/mcdi.c 			 MC_CMD_FLUSH_RX_QUEUES_IN_LEN(EFX_MAX_CHANNELS));
EFX_MAX_CHANNELS 1975 drivers/net/ethernet/sfc/mcdi.c 	BUILD_BUG_ON(EFX_MAX_CHANNELS >
EFX_MAX_CHANNELS   58 drivers/net/ethernet/sfc/net_driver.h #define EFX_MAX_RX_QUEUES EFX_MAX_CHANNELS
EFX_MAX_CHANNELS   67 drivers/net/ethernet/sfc/net_driver.h #define EFX_MAX_CORE_TX_QUEUES	(EFX_MAX_TX_TC * EFX_MAX_CHANNELS)
EFX_MAX_CHANNELS   71 drivers/net/ethernet/sfc/net_driver.h #define EFX_MAX_TX_QUEUES	(EFX_TXQ_TYPES * EFX_MAX_CHANNELS)
EFX_MAX_CHANNELS  964 drivers/net/ethernet/sfc/net_driver.h 	struct efx_channel *channel[EFX_MAX_CHANNELS];
EFX_MAX_CHANNELS  965 drivers/net/ethernet/sfc/net_driver.h 	struct efx_msi_context msi_context[EFX_MAX_CHANNELS];
EFX_MAX_CHANNELS  176 drivers/net/ethernet/sfc/selftest.c 	unsigned int read_ptr[EFX_MAX_CHANNELS];
EFX_MAX_CHANNELS  180 drivers/net/ethernet/sfc/selftest.c 	BUILD_BUG_ON(EFX_MAX_CHANNELS > BITS_PER_LONG);
EFX_MAX_CHANNELS   35 drivers/net/ethernet/sfc/selftest.h 	int eventq_dma[EFX_MAX_CHANNELS];
EFX_MAX_CHANNELS   36 drivers/net/ethernet/sfc/selftest.h 	int eventq_int[EFX_MAX_CHANNELS];
EFX_MAX_CHANNELS  276 drivers/net/ethernet/sfc/siena.c 	efx->max_channels = EFX_MAX_CHANNELS;
EFX_MAX_CHANNELS  277 drivers/net/ethernet/sfc/siena.c 	efx->max_tx_channels = EFX_MAX_CHANNELS;
EFX_MAX_CHANNELS 1293 drivers/net/ethernet/sfc/siena_sriov.c 	BUILD_BUG_ON(EFX_MAX_CHANNELS + 1 >= EFX_VI_BASE);