Home
last modified time | relevance | path

Searched defs:ath10k_pci (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dpci.h160 struct ath10k_pci { struct
176 struct ath10k_pci_pipe pipe_info[CE_COUNT_MAX]; argument
179 struct ath10k_ce_pipe *ce_diag;
182 spinlock_t ce_lock;
185 struct ath10k_ce_pipe ce_states[CE_COUNT_MAX];
186 struct timer_list rx_post_retry;
192 u16 link_ctl;
195 spinlock_t ps_lock;
203 unsigned long ps_wake_refcount;
230 static inline struct ath10k_pci *ath10k_pci_priv(struct ath10k *ar) in ath10k_pci_priv() argument