Searched refs:ath10k_htc_send (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | htt_tx.c | 215 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg() 255 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req() 298 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg() 386 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_ll() 433 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg() 508 res = ath10k_htc_send(&htt->ar->htc, htt->eid, txdesc); in ath10k_htt_mgmt_tx()
|
D | htc.c | 96 int ath10k_htc_send(struct ath10k_htc *htc, in ath10k_htc_send() function 661 status = ath10k_htc_send(htc, ATH10K_HTC_EP_0, skb); in ath10k_htc_connect_service() 798 status = ath10k_htc_send(htc, ATH10K_HTC_EP_0, skb); in ath10k_htc_start()
|
D | htc.h | 353 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
|
D | wmi.c | 1645 ret = ath10k_htc_send(&ar->htc, ar->wmi.eid, skb); in ath10k_wmi_cmd_send_nowait()
|