Home
last modified time | relevance | path

Searched refs:NUM_RX_QUEUES (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/freescale/
Ducc_geth.h31 #define NUM_RX_QUEUES 8 macro
550 struct ucc_geth_rx_interrupt_coalescing_entry coalescingentry[NUM_RX_QUEUES];
1131 u8 interruptcoalescingmaxvalue[NUM_RX_QUEUES];
1137 u16 bdRingLenRx[NUM_RX_QUEUES];
1184 u8 __iomem *p_rx_bd_ring[NUM_RX_QUEUES];
1187 u8 __iomem *rxBd[NUM_RX_QUEUES];
1188 int badFrame[NUM_RX_QUEUES];
1205 struct sk_buff **rx_skbuff[NUM_RX_QUEUES];
1208 u16 skb_currx[NUM_RX_QUEUES];
Ducc_geth.c2068 if (ucc_geth_rx_queues(ug_info) > NUM_RX_QUEUES) { in ucc_struct_init()
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/intel/
Dice.rst442 # NUM_RX_QUEUES=64
444 # echo $(($NUM_RPS_ENTRIES/$NUM_RX_QUEUES)) > $file;