Searched refs:ath10k_wmi_cmd_send (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-ops.h | 232 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id); 477 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() 560 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_suspend_cmdid); in ath10k_wmi_pdev_suspend_target() 575 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_resume_cmdid); in ath10k_wmi_pdev_resume_target() 590 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->pdev_set_param_cmdid); in ath10k_wmi_pdev_set_param() 605 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->init_cmdid); in ath10k_wmi_cmd_init() 621 return ath10k_wmi_cmd_send(ar, skb, ar->wmi.cmd->start_scan_cmdid); in ath10k_wmi_start_scan() [all …]
|
H A D | testmode.c | 413 ret = ath10k_wmi_cmd_send(ar, skb, cmd_id); in ath10k_tm_cmd_wmi()
|
H A D | debug.c | 518 return ath10k_wmi_cmd_send(ar, skb, in ath10k_debug_fw_assert()
|
H A D | wmi.h | 7427 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
|
H A D | wmi.c | 1931 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id) in ath10k_wmi_cmd_send() function
|