Lines Matching refs:ar
255 status = ath6kl_hif_pipe_send(target->dev->ar, in htc_issue_packets()
307 struct ath6kl *ar = target->dev->ar; in htc_try_send() local
413 ath6kl_hif_pipe_get_free_queue_number(ar, in htc_try_send()
488 ath6kl_hif_pipe_get_free_queue_number(ar, pipeid); in htc_try_send()
743 static int ath6kl_htc_pipe_tx_complete(struct ath6kl *ar, struct sk_buff *skb) in ath6kl_htc_pipe_tx_complete() argument
745 struct htc_target *target = ar->htc_target; in ath6kl_htc_pipe_tx_complete()
952 static int ath6kl_htc_pipe_rx_complete(struct ath6kl *ar, struct sk_buff *skb, in ath6kl_htc_pipe_rx_complete() argument
955 struct htc_target *target = ar->htc_target; in ath6kl_htc_pipe_rx_complete()
1232 struct ath6kl *ar = target->dev->ar; in ath6kl_htc_pipe_conn_service() local
1391 status = ath6kl_hif_pipe_map_service(ar, ep->svc_id, in ath6kl_htc_pipe_conn_service()
1416 static void *ath6kl_htc_pipe_create(struct ath6kl *ar) in ath6kl_htc_pipe_create() argument
1450 target->dev->ar = ar; in ath6kl_htc_pipe_create()
1456 ath6kl_hif_pipe_get_default(ar, &ep->pipe.pipeid_ul, in ath6kl_htc_pipe_create()
1734 void ath6kl_htc_pipe_attach(struct ath6kl *ar) in ath6kl_htc_pipe_attach() argument
1736 ar->htc_ops = &ath6kl_htc_pipe_ops; in ath6kl_htc_pipe_attach()