Searched defs:iwl_txq (Results 1 – 1 of 1) sorted by relevance
959 struct iwl_txq { struct960 void *tfds;961 struct iwl_pcie_first_tb_buf *first_tb_bufs;962 dma_addr_t first_tb_dma;963 struct iwl_pcie_txq_entry *entries;965 spinlock_t lock;966 unsigned long frozen_expiry_remainder;967 struct timer_list stuck_timer;968 struct iwl_trans *trans;969 bool need_update;[all …]