Searched refs:ath10k_wmi_cmd_send (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-ops.h | 235 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id); 480 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() 563 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_suspend_cmdid); in ath10k_wmi_pdev_suspend_target() 578 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_resume_cmdid); in ath10k_wmi_pdev_resume_target() 593 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_set_param_cmdid); in ath10k_wmi_pdev_set_param() 608 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->init_cmdid); in ath10k_wmi_cmd_init() 624 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->start_scan_cmdid); in ath10k_wmi_start_scan() [all …]
|
| H A D | debug.c | 520 return ath10k_wmi_cmd_send(ar, skb, in ath10k_debug_fw_assert()
|
| H A D | wmi.c | 1932 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send() function
|