Home
last modified time | relevance | path

Searched defs:il_rx_queue (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/
Dcommon.h592 struct il_rx_queue { struct
593 __le32 *bd;
594 dma_addr_t bd_dma;
595 struct il_rx_buf pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS];
596 struct il_rx_buf *queue[RX_QUEUE_SIZE];
597 u32 read;
598 u32 write;
599 u32 free_count;
600 u32 write_actual;
601 struct list_head rx_free;
[all …]