Searched refs:MAX_RX_QUEUE (Results 1 – 2 of 2) sorted by relevance
94 #define MAX_RX_QUEUE 1 macro236 struct rx_desc *rx_ring[MAX_RX_QUEUE];237 struct sk_buff *rx_buf[MAX_RX_QUEUE][MAX_RX_COUNT];238 dma_addr_t rx_ring_dma[MAX_RX_QUEUE];239 unsigned int rx_idx[MAX_RX_QUEUE];
1325 for (rx_queue_idx = 0; rx_queue_idx < MAX_RX_QUEUE; in _rtl92e_free_rx_ring()1538 for (rx_queue_idx = 0; rx_queue_idx < MAX_RX_QUEUE; rx_queue_idx++) { in _rtl92e_alloc_rx_ring()1641 for (rx_queue_idx = 0; rx_queue_idx < MAX_RX_QUEUE; rx_queue_idx++) { in rtl92e_reset_desc_ring()