Lines Matching defs:ar

16 static void ath10k_htc_control_tx_complete(struct ath10k *ar,  in ath10k_htc_control_tx_complete()
22 static struct sk_buff *ath10k_htc_build_tx_ctrl_skb(void *ar) in ath10k_htc_build_tx_ctrl_skb()
54 struct ath10k *ar = ep->htc->ar; in ath10k_htc_notify_tx_completion() local
111 struct ath10k *ar = htc->ar; in ath10k_htc_consume_credit() local
144 struct ath10k *ar = htc->ar; in ath10k_htc_release_credit() local
167 struct ath10k *ar = htc->ar; in ath10k_htc_send() local
225 void ath10k_htc_tx_completion_handler(struct ath10k *ar, struct sk_buff *skb) in ath10k_htc_tx_completion_handler()
252 struct ath10k *ar = htc->ar; in ath10k_htc_process_credit_report() local
289 struct ath10k *ar = htc->ar; in ath10k_htc_process_lookahead() local
321 struct ath10k *ar = htc->ar; in ath10k_htc_process_lookahead_bundle() local
353 struct ath10k *ar = htc->ar; in ath10k_htc_process_trailer() local
437 void ath10k_htc_rx_completion_handler(struct ath10k *ar, struct sk_buff *skb) in ath10k_htc_rx_completion_handler()
529 static void ath10k_htc_control_rx_complete(struct ath10k *ar, in ath10k_htc_control_rx_complete()
645 struct ath10k *ar = htc->ar; in ath10k_htc_send_bundle() local
689 struct ath10k *ar = htc->ar; in ath10k_htc_send_one_skb() local
804 struct ath10k *ar = container_of(work, struct ath10k, bundle_tx_work); in ath10k_htc_bundle_tx_work() local
833 struct ath10k *ar = container_of(work, struct ath10k, tx_complete_work); in ath10k_htc_tx_complete_work() local
861 struct ath10k *ar = htc->ar; in ath10k_htc_send_hl() local
890 void ath10k_htc_stop_hl(struct ath10k *ar) in ath10k_htc_stop_hl()
913 struct ath10k *ar = htc->ar; in ath10k_htc_wait_target() local
1006 struct ath10k *ar = htc->ar; in ath10k_htc_change_tx_credit_flow() local
1016 struct ath10k *ar = htc->ar; in ath10k_htc_connect_service() local
1177 struct sk_buff *ath10k_htc_alloc_skb(struct ath10k *ar, int size) in ath10k_htc_alloc_skb()
1194 static void ath10k_htc_pktlog_process_rx(struct ath10k *ar, struct sk_buff *skb) in ath10k_htc_pktlog_process_rx()
1200 static int ath10k_htc_pktlog_connect(struct ath10k *ar) in ath10k_htc_pktlog_connect()
1225 static bool ath10k_htc_pktlog_svc_supported(struct ath10k *ar) in ath10k_htc_pktlog_svc_supported()
1246 struct ath10k *ar = htc->ar; in ath10k_htc_start() local
1289 int ath10k_htc_init(struct ath10k *ar) in ath10k_htc_init()