Searched defs:iwl_txq (Results 1 – 1 of 1) sorted by relevance
789 struct iwl_txq { struct790 void *tfds;791 struct iwl_pcie_first_tb_buf *first_tb_bufs;792 dma_addr_t first_tb_dma;793 struct iwl_pcie_txq_entry *entries;795 spinlock_t lock;797 spinlock_t reclaim_lock;798 unsigned long frozen_expiry_remainder;799 struct timer_list stuck_timer;800 struct iwl_trans *trans;[all …]