Searched defs:iwl_txq (Results 1 – 1 of 1) sorted by relevance
897 struct iwl_txq { struct898 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;[all …]