Lines Matching defs:iwl_txq
888 struct iwl_txq { struct
889 void *tfds;
890 struct iwl_pcie_first_tb_buf *first_tb_bufs;
891 dma_addr_t first_tb_dma;
892 struct iwl_pcie_txq_entry *entries;
894 spinlock_t lock;
895 unsigned long frozen_expiry_remainder;
896 struct timer_list stuck_timer;
897 struct iwl_trans *trans;
898 bool need_update;
899 bool frozen;
900 bool ampdu;
901 int block;
902 unsigned long wd_timeout;
903 struct sk_buff_head overflow_q;
904 struct iwl_dma_ptr bc_tbl;
906 int write_ptr;
930 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES]; argument