Home
last modified time | relevance | path

Searched refs:ath10k_wmi_cmd_send (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h480 ret = ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_mgmt_tx_send()
502 ret = ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_mgmt_tx()
531 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_pdev_set_regdomain()
547 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_pdev_set_base_macaddr()
688 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_vdev_start()
705 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_vdev_restart()
784 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_vdev_install_key()
940 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_set_psmode()
957 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_set_sta_ps_param()
974 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_set_ap_ps_param()
[all …]
H A Dtestmode.c413 ret = ath10k_wmi_cmd_send(ar, skb, cmd_id); in ath10k_tm_cmd_wmi()
H A Ddebug.c518 return ath10k_wmi_cmd_send(ar, skb, in ath10k_debug_fw_assert()
H A Dwmi.h7436 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
H A Dwmi.c1931 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send() function