Home
last modified time | relevance | path

Searched refs:MAX_RX_QUEUE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.h116 #define MAX_RX_QUEUE 1 macro
386 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];
Drtl_core.c1565 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()