Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/sfc/falcon/
Dselftest.h35 int eventq_dma[EF4_MAX_CHANNELS];
36 int eventq_int[EF4_MAX_CHANNELS];
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];
Dselftest.c176 unsigned int read_ptr[EF4_MAX_CHANNELS]; in ef4_test_eventq_irq()
180 BUILD_BUG_ON(EF4_MAX_CHANNELS > BITS_PER_LONG); in ef4_test_eventq_irq()
Defx.c761 struct ef4_channel *other_channel[EF4_MAX_CHANNELS], *channel; in ef4_realloc_channels()
1366 struct msix_entry xentries[EF4_MAX_CHANNELS]; in ef4_probe_interrupts()
2660 for (i = 0; i < EF4_MAX_CHANNELS; i++) { in ef4_init_struct()
2690 for (i = 0; i < EF4_MAX_CHANNELS; i++) in ef4_fini_struct()
Dfalcon.c463 BUILD_BUG_ON(FSF_AZ_NET_IVEC_INT_Q_WIDTH > EF4_MAX_CHANNELS); in falcon_legacy_interrupt_a1()
2377 EF4_MAX_CHANNELS); in falcon_probe_nic()