Searched defs:iwl_trans_txqs (Results 1 – 1 of 1) sorted by relevance
1003 struct iwl_trans_txqs { struct1004 unsigned long queue_used[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];1005 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];1006 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES];1007 struct dma_pool *bc_pool;1008 size_t bc_tbl_size;1009 bool bc_table_dword;1010 u8 page_offs;1011 u8 dev_cmd_offs;1012 struct iwl_tso_hdr_page __percpu *tso_hdr_page;[all …]