Home
last modified time | relevance | path

Searched refs:ath11k_htc_send (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Ddp_tx.c945 ret = ath11k_htc_send(&ab->htc, ab->dp.eid, skb); in ath11k_dp_tx_htt_srng_setup()
978 ret = ath11k_htc_send(&ab->htc, dp->eid, skb); in ath11k_dp_tx_htt_h2t_ver_req_msg()
1025 ret = ath11k_htc_send(&ab->htc, dp->eid, skb); in ath11k_dp_tx_htt_h2t_ppdu_stats_req()
1090 ret = ath11k_htc_send(&ab->htc, ab->dp.eid, skb); in ath11k_dp_tx_htt_rx_filter_setup()
1140 ret = ath11k_htc_send(&ab->htc, dp->eid, skb); in ath11k_dp_tx_htt_h2t_ext_stats_req()
1260 ret = ath11k_htc_send(&ab->htc, ab->dp.eid, skb); in ath11k_dp_tx_htt_rx_full_mon_setup()
Dhtc.c74 int ath11k_htc_send(struct ath11k_htc *htc, in ath11k_htc_send() function
656 status = ath11k_htc_send(htc, ATH11K_HTC_EP_0, skb); in ath11k_htc_connect_service()
780 status = ath11k_htc_send(htc, ATH11K_HTC_EP_0, skb); in ath11k_htc_start()
Dhtc.h305 int ath11k_htc_send(struct ath11k_htc *htc, enum ath11k_htc_ep_id eid,
Dwmi.c272 ret = ath11k_htc_send(&ab->htc, wmi->eid, skb); in ath11k_wmi_cmd_send_nowait()