Searched refs:EF4_MAX_CHANNELS (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dselftest.h35 int eventq_dma[EF4_MAX_CHANNELS];
36 int eventq_int[EF4_MAX_CHANNELS];
H A Dnet_driver.h57 #define EF4_MAX_CHANNELS 32U macro
58 #define EF4_MAX_RX_QUEUES EF4_MAX_CHANNELS
67 #define EF4_MAX_CORE_TX_QUEUES (EF4_MAX_TX_TC * EF4_MAX_CHANNELS)
71 #define EF4_MAX_TX_QUEUES (EF4_TXQ_TYPES * EF4_MAX_CHANNELS)
792 struct ef4_channel *channel[EF4_MAX_CHANNELS];
793 struct ef4_msi_context msi_context[EF4_MAX_CHANNELS];
H A Dselftest.c181 unsigned int read_ptr[EF4_MAX_CHANNELS];
185 BUILD_BUG_ON(EF4_MAX_CHANNELS > BITS_PER_LONG);
H A Defx.c760 struct ef4_channel *other_channel[EF4_MAX_CHANNELS], *channel;
1365 struct msix_entry xentries[EF4_MAX_CHANNELS];
2659 for (i = 0; i < EF4_MAX_CHANNELS; i++) {
2689 for (i = 0; i < EF4_MAX_CHANNELS; i++)
H A Dfalcon.c463 BUILD_BUG_ON(FSF_AZ_NET_IVEC_INT_Q_WIDTH > EF4_MAX_CHANNELS);
2377 EF4_MAX_CHANNELS);

Completed in 328 milliseconds