Searched refs:ath12k_htc_send (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_tx.c | 797 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb); in ath12k_dp_tx_htt_srng_setup() 830 ret = ath12k_htc_send(&ab->htc, dp->eid, skb); in ath12k_dp_tx_htt_h2t_ver_req_msg() 877 ret = ath12k_htc_send(&ab->htc, dp->eid, skb); in ath12k_dp_tx_htt_h2t_ppdu_stats_req() 973 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb); in ath12k_dp_tx_htt_rx_filter_setup() 1017 ret = ath12k_htc_send(&ab->htc, dp->eid, skb); in ath12k_dp_tx_htt_h2t_ext_stats_req() 1188 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb); in ath12k_dp_tx_htt_tx_filter_setup()
|
H A D | htc.c | 74 int ath12k_htc_send(struct ath12k_htc *htc, in ath12k_htc_send() function 615 status = ath12k_htc_send(htc, ATH12K_HTC_EP_0, skb); in ath12k_htc_connect_service() 735 status = ath12k_htc_send(htc, ATH12K_HTC_EP_0, skb); in ath12k_htc_start()
|
H A D | htc.h | 310 int ath12k_htc_send(struct ath12k_htc *htc, enum ath12k_htc_ep_id eid,
|
H A D | wmi.c | 406 ret = ath12k_htc_send(&ab->htc, wmi->eid, skb); in ath12k_wmi_cmd_send_nowait()
|