Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/falcon/
Dselftest.h38 int eventq_dma[EF4_MAX_CHANNELS];
39 int eventq_int[EF4_MAX_CHANNELS];
Dnet_driver.h60 #define EF4_MAX_CHANNELS 32U macro
61 #define EF4_MAX_RX_QUEUES EF4_MAX_CHANNELS
70 #define EF4_MAX_CORE_TX_QUEUES (EF4_MAX_TX_TC * EF4_MAX_CHANNELS)
74 #define EF4_MAX_TX_QUEUES (EF4_TXQ_TYPES * EF4_MAX_CHANNELS)
795 struct ef4_channel *channel[EF4_MAX_CHANNELS];
796 struct ef4_msi_context msi_context[EF4_MAX_CHANNELS];
Dselftest.c179 unsigned int read_ptr[EF4_MAX_CHANNELS]; in ef4_test_eventq_irq()
183 BUILD_BUG_ON(EF4_MAX_CHANNELS > BITS_PER_LONG); in ef4_test_eventq_irq()
Defx.c771 struct ef4_channel *other_channel[EF4_MAX_CHANNELS], *channel; in ef4_realloc_channels()
1381 struct msix_entry xentries[EF4_MAX_CHANNELS]; in ef4_probe_interrupts()
2702 for (i = 0; i < EF4_MAX_CHANNELS; i++) { in ef4_init_struct()
2732 for (i = 0; i < EF4_MAX_CHANNELS; i++) in ef4_fini_struct()
Dfalcon.c466 BUILD_BUG_ON(FSF_AZ_NET_IVEC_INT_Q_WIDTH > EF4_MAX_CHANNELS); in falcon_legacy_interrupt_a1()
2378 EF4_MAX_CHANNELS); in falcon_probe_nic()