Searched defs:iwl_rxq (Results 1 – 1 of 1) sorted by relevance
111 struct iwl_rxq { struct112 __le32 *bd;113 dma_addr_t bd_dma;114 u32 read;115 u32 write;116 u32 free_count;117 u32 used_count;118 u32 write_actual;119 struct list_head rx_free;120 struct list_head rx_used;[all …]