Searched refs:MAX_RX_QUEUE (Results 1 – 2 of 2) sorted by relevance
116 #define MAX_RX_QUEUE 1 macro386 struct rx_desc *rx_ring[MAX_RX_QUEUE];387 struct sk_buff *rx_buf[MAX_RX_QUEUE][MAX_RX_COUNT];388 dma_addr_t rx_ring_dma[MAX_RX_QUEUE];389 unsigned int rx_idx[MAX_RX_QUEUE];
1565 for (rx_queue_idx = 0; rx_queue_idx < MAX_RX_QUEUE; in _rtl92e_free_rx_ring()1804 for (rx_queue_idx = 0; rx_queue_idx < MAX_RX_QUEUE; rx_queue_idx++) { in _rtl92e_alloc_rx_ring()1906 for (rx_queue_idx = 0; rx_queue_idx < MAX_RX_QUEUE; rx_queue_idx++) { in rtl92e_reset_desc_ring()