Searched refs:ath10k_htc_send (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 153 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg() 193 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req() 281 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_ll() 328 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg() 391 res = ath10k_htc_send(&htt->ar->htc, htt->eid, txdesc); in ath10k_htt_mgmt_tx()
|
D | htc.c | 124 int ath10k_htc_send(struct ath10k_htc *htc, in ath10k_htc_send() function 699 status = ath10k_htc_send(htc, ATH10K_HTC_EP_0, skb); in ath10k_htc_connect_service() 842 status = ath10k_htc_send(htc, ATH10K_HTC_EP_0, skb); in ath10k_htc_start()
|
D | htc.h | 355 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
|
D | wmi.c | 944 ret = ath10k_htc_send(&ar->htc, ar->wmi.eid, skb); in ath10k_wmi_cmd_send_nowait()
|