Lines Matching defs:iwl_txq
897 struct iwl_txq { struct
898 void *tfds;
899 struct iwl_pcie_first_tb_buf *first_tb_bufs;
900 dma_addr_t first_tb_dma;
901 struct iwl_pcie_txq_entry *entries;
903 spinlock_t lock;
904 unsigned long frozen_expiry_remainder;
905 struct timer_list stuck_timer;
906 struct iwl_trans *trans;
907 bool need_update;
908 bool frozen;
909 bool ampdu;
910 int block;
911 unsigned long wd_timeout;
912 struct sk_buff_head overflow_q;
913 struct iwl_dma_ptr bc_tbl;
915 int write_ptr;
916 int read_ptr;
940 struct iwl_txq *txq[IWL_MAX_TVQM_QUEUES]; argument