Lines Matching full:ath10k
17 struct ath10k;
314 void (*target_send_suspend_complete)(struct ath10k *ar);
318 void (*ep_tx_complete)(struct ath10k *, struct sk_buff *);
319 void (*ep_rx_complete)(struct ath10k *, struct sk_buff *);
320 void (*ep_tx_credits)(struct ath10k *);
374 struct ath10k *ar;
393 int ath10k_htc_init(struct ath10k *ar);
405 void ath10k_htc_stop_hl(struct ath10k *ar);
409 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size);
410 void ath10k_htc_tx_completion_handler(struct ath10k *ar, struct sk_buff *skb);
411 void ath10k_htc_rx_completion_handler(struct ath10k *ar, struct sk_buff *skb);