Searched refs:NUM_RX_QUEUE (Results 1 – 2 of 2) sorted by relevance
1022 #define NUM_RX_QUEUE 2 macro1096 u32 num_rx_ring[NUM_RX_QUEUE];1101 dma_addr_t rx_desc_dma[NUM_RX_QUEUE];1107 } rx_ring[NUM_RX_QUEUE];1111 struct page_pool *rx_pool[NUM_RX_QUEUE];1112 struct ravb_rx_buffer *rx_buffers[NUM_RX_QUEUE];1116 struct net_device_stats stats[NUM_RX_QUEUE];1123 u32 cur_rx[NUM_RX_QUEUE]; /* Consumer ring indices */1124 u32 dirty_rx[NUM_RX_QUEUE]; /* Producer ring indices */1127 struct napi_struct napi[NUM_RX_QUEUE];
1632 num_rx_q = info->nc_queues ? NUM_RX_QUEUE : 1; in ravb_get_ethtool_stats()2924 NUM_TX_QUEUE, NUM_RX_QUEUE); in ravb_probe()
Completed in 16 milliseconds