Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Ddp_tx.c942 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb); in ath12k_dp_tx_htt_srng_setup()
975 ret = ath12k_htc_send(&ab->htc, dp->eid, skb); in ath12k_dp_tx_htt_h2t_ver_req_msg()
1022 ret = ath12k_htc_send(&ab->htc, dp->eid, skb); in ath12k_dp_tx_htt_h2t_ppdu_stats_req()
1138 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb); in ath12k_dp_tx_htt_rx_filter_setup()
1184 ret = ath12k_htc_send(&ab->htc, dp->eid, skb); in ath12k_dp_tx_htt_h2t_ext_stats_req()
1349 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb); in ath12k_dp_tx_htt_tx_filter_setup()
Dhtc.c74 int ath12k_htc_send(struct ath12k_htc *htc, in ath12k_htc_send() function
621 status = ath12k_htc_send(htc, ATH12K_HTC_EP_0, skb); in ath12k_htc_connect_service()
741 status = ath12k_htc_send(htc, ATH12K_HTC_EP_0, skb); in ath12k_htc_start()
Dhtc.h310 int ath12k_htc_send(struct ath12k_htc *htc, enum ath12k_htc_ep_id eid,
Dwmi.c402 ret = ath12k_htc_send(&ab->htc, wmi->eid, skb); in ath12k_wmi_cmd_send_nowait()