Searched defs:iwl_txq (Results 1 – 1 of 1) sorted by relevance
842 struct iwl_txq { struct843 void *tfds;844 struct iwl_pcie_first_tb_buf *first_tb_bufs;845 dma_addr_t first_tb_dma;846 struct iwl_pcie_txq_entry *entries;848 spinlock_t lock;849 unsigned long frozen_expiry_remainder;850 struct timer_list stuck_timer;851 struct iwl_trans *trans;852 bool need_update;[all …]