Lines Matching defs:ath10k_pci
117 struct ath10k_pci { struct
125 enum ath10k_pci_irq_mode oper_irq_mode; argument
127 struct ath10k_pci_pipe pipe_info[CE_COUNT_MAX]; argument
130 struct ath10k_ce_pipe *ce_diag;
132 struct ath10k_ce ce;
133 struct timer_list rx_post_retry;
139 u16 link_ctl;
142 spinlock_t ps_lock;
150 unsigned long ps_wake_refcount;
160 struct timer_list ps_timer;
168 bool ps_awake;
194 static inline struct ath10k_pci *ath10k_pci_priv(struct ath10k *ar) in ath10k_pci_priv() argument