Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h604 struct il_rx_queue { struct
605 __le32 *bd;
606 dma_addr_t bd_dma;
607 struct il_rx_buf pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS];
608 struct il_rx_buf *queue[RX_QUEUE_SIZE];
609 u32 read;
610 u32 write;
611 u32 free_count;
612 u32 write_actual;
613 struct list_head rx_free;
[all …]