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