Lines Matching refs:ath10k
17 struct ath10k;
328 void (*target_send_suspend_complete)(struct ath10k *ar);
332 void (*ep_tx_complete)(struct ath10k *, struct sk_buff *);
333 void (*ep_rx_complete)(struct ath10k *, struct sk_buff *);
334 void (*ep_tx_credits)(struct ath10k *);
388 struct ath10k *ar;
407 int ath10k_htc_init(struct ath10k *ar);
419 void ath10k_htc_stop_hl(struct ath10k *ar);
423 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size);
424 void ath10k_htc_tx_completion_handler(struct ath10k *ar, struct sk_buff *skb);
425 void ath10k_htc_rx_completion_handler(struct ath10k *ar, struct sk_buff *skb);