Searched refs:NUM_RX_QUEUES (Results 1 – 2 of 2) sorted by relevance
36 #define NUM_RX_QUEUES 8 macro555 struct ucc_geth_rx_interrupt_coalescing_entry coalescingentry[NUM_RX_QUEUES];1132 u8 interruptcoalescingmaxvalue[NUM_RX_QUEUES];1138 u16 bdRingLenRx[NUM_RX_QUEUES];1188 u8 __iomem *p_rx_bd_ring[NUM_RX_QUEUES];1189 u32 rx_bd_ring_offset[NUM_RX_QUEUES];1192 u8 __iomem *rxBd[NUM_RX_QUEUES];1193 int badFrame[NUM_RX_QUEUES];1210 struct sk_buff **rx_skbuff[NUM_RX_QUEUES];1213 u16 skb_currx[NUM_RX_QUEUES];
2130 if (ug_info->numQueuesRx > NUM_RX_QUEUES) { in ucc_struct_init()