Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-ops.h477 ret = ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_mgmt_tx_send()
499 ret = ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_mgmt_tx()
528 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_pdev_set_regdomain()
544 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_pdev_set_base_macaddr()
685 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_vdev_start()
702 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_vdev_restart()
781 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_vdev_install_key()
937 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_set_psmode()
954 return ath10k_wmi_cmd_send(ar, skb, in ath10k_wmi_set_sta_ps_param()
971 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.c558 return ath10k_wmi_cmd_send(ar, skb, in ath10k_debug_fw_assert()
H A Dwmi.h7426 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
H A Dwmi.c1917 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send() function