Searched refs:MAX_RX_QUEUE (Results 1 – 2 of 2) sorted by relevance
179 #define MAX_RX_QUEUE 1 macro614 struct rx_desc *rx_ring[MAX_RX_QUEUE];615 struct sk_buff *rx_buf[MAX_RX_QUEUE][MAX_RX_COUNT];616 dma_addr_t rx_ring_dma[MAX_RX_QUEUE];617 unsigned int rx_idx[MAX_RX_QUEUE];
1820 for (rx_queue_idx = 0; rx_queue_idx < MAX_RX_QUEUE; in rtl8192_free_rx_ring()2068 for (rx_queue_idx = 0; rx_queue_idx < MAX_RX_QUEUE; rx_queue_idx++) { in rtl8192_alloc_rx_desc_ring()2173 for (rx_queue_idx = 0; rx_queue_idx < MAX_RX_QUEUE; rx_queue_idx++) { in rtl8192_pci_resetdescring()2438 if (MAX_RX_QUEUE > 1) in rtl8192_irq_rx_tasklet()