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