Searched defs:iwl_txq (Results 1 – 1 of 1) sorted by relevance
792 struct iwl_txq { struct793 void *tfds;794 struct iwl_pcie_first_tb_buf *first_tb_bufs;795 dma_addr_t first_tb_dma;796 struct iwl_pcie_txq_entry *entries;798 spinlock_t lock;800 spinlock_t reclaim_lock;801 unsigned long frozen_expiry_remainder;802 struct timer_list stuck_timer;803 struct iwl_trans *trans;[all …]