Searched defs:iwl_txq (Results 1 – 1 of 1) sorted by relevance
888 struct iwl_txq { struct889 void *tfds;890 struct iwl_pcie_first_tb_buf *first_tb_bufs;891 dma_addr_t first_tb_dma;892 struct iwl_pcie_txq_entry *entries;894 spinlock_t lock;895 unsigned long frozen_expiry_remainder;896 struct timer_list stuck_timer;897 struct iwl_trans *trans;898 bool need_update;[all …]