Searched defs:il_rx_queue (Results 1 – 1 of 1) sorted by relevance
607 struct il_rx_queue { struct608 __le32 *bd;609 dma_addr_t bd_dma;610 struct il_rx_buf pool[RX_QUEUE_SIZE + RX_FREE_BUFFERS];611 struct il_rx_buf *queue[RX_QUEUE_SIZE];612 u32 read;613 u32 write;614 u32 free_count;615 u32 write_actual;616 struct list_head rx_free;[all …]