Lines Matching defs:iwl_trans_txqs
998 struct iwl_trans_txqs { struct
999 unsigned long queue_used[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
1000 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
1001 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES];
1002 struct dma_pool *bc_pool;
1003 size_t bc_tbl_size;
1004 bool bc_table_dword;
1005 u8 page_offs;
1006 u8 dev_cmd_offs;
1007 struct iwl_tso_hdr_page __percpu *tso_hdr_page;
1009 struct {
1013 } cmd;
1015 struct {
1019 } tfd;
1021 struct iwl_dma_ptr scd_bc_tbls;
1023 u8 queue_alloc_cmd_ver;