Lines Matching refs:ar
110 struct ath10k *ar; member
203 int ath10k_ce_init_pipe(struct ath10k *ar, unsigned int ce_id,
205 void ath10k_ce_deinit_pipe(struct ath10k *ar, unsigned int ce_id);
206 int ath10k_ce_alloc_pipe(struct ath10k *ar, int ce_id,
210 void ath10k_ce_free_pipe(struct ath10k *ar, int ce_id);
241 void ath10k_ce_per_engine_service_any(struct ath10k *ar);
242 void ath10k_ce_per_engine_service(struct ath10k *ar, unsigned int ce_id);
243 int ath10k_ce_disable_interrupts(struct ath10k *ar);
244 void ath10k_ce_enable_interrupts(struct ath10k *ar);
397 static inline u32 ath10k_ce_base_address(struct ath10k *ar, unsigned int ce_id) in ath10k_ce_base_address() argument
433 #define CE_INTERRUPT_SUMMARY(ar) \ argument
435 ath10k_pci_read32((ar), CE_WRAPPER_BASE_ADDRESS + \