Lines Matching defs:iwl_trans_txqs
881 struct iwl_trans_txqs { struct
882 unsigned long queue_used[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
883 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
884 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES];
885 struct dma_pool *bc_pool;
886 size_t bc_tbl_size;
887 bool bc_table_dword;
888 u8 page_offs;
889 u8 dev_cmd_offs;
890 struct iwl_tso_hdr_page __percpu *tso_hdr_page;
892 struct {
896 } cmd;
898 struct {
902 } tfd;
904 struct iwl_dma_ptr scd_bc_tbls;