Searched defs:iwl_trans_txqs (Results 1 – 1 of 1) sorted by relevance
927 struct iwl_trans_txqs { struct928 unsigned long queue_used[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];929 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];930 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES];931 struct dma_pool *bc_pool;932 size_t bc_tbl_size;933 bool bc_table_dword;934 u8 page_offs;935 u8 dev_cmd_offs;936 struct __percpu iwl_tso_hdr_page * tso_hdr_page;[all …]