Lines Matching defs:iwl_txq
790 struct iwl_txq { struct
791 void *tfds;
792 struct iwl_pcie_first_tb_buf *first_tb_bufs;
793 dma_addr_t first_tb_dma;
794 struct iwl_pcie_txq_entry *entries;
796 spinlock_t lock;
798 spinlock_t reclaim_lock;
799 unsigned long frozen_expiry_remainder;
800 struct timer_list stuck_timer;
801 struct iwl_trans *trans;
802 bool need_update;
803 bool frozen;
804 bool ampdu;
805 int block;
806 unsigned long wd_timeout;
807 struct sk_buff_head overflow_q;
808 struct iwl_dma_ptr bc_tbl;
810 int write_ptr;
811 int read_ptr;
812 dma_addr_t dma_addr;
813 int n_window;
814 u32 id;
815 int low_mark;
816 int high_mark;
818 bool overflow_tx;