Lines Matching defs:iwl_trans_txqs
937 struct iwl_trans_txqs { struct
938 unsigned long queue_used[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
939 unsigned long queue_stopped[BITS_TO_LONGS(IWL_MAX_TVQM_QUEUES)];
940 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES];
941 struct dma_pool *bc_pool;
942 size_t bc_tbl_size;
943 bool bc_table_dword;
944 u8 page_offs;
945 u8 dev_cmd_offs;
946 struct iwl_tso_hdr_page __percpu *tso_hdr_page;
948 struct {
952 } cmd;
954 struct {
958 } tfd;
960 struct iwl_dma_ptr scd_bc_tbls;
962 u8 queue_alloc_cmd_ver;