Searched refs:ath12k_wmi_cmd_send (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 427 int ath12k_wmi_cmd_send(struct ath12k_wmi_pdev *wmi, struct sk_buff *skb, in ath12k_wmi_cmd_send() function 872 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_MGMT_TX_SEND_CMDID); in ath12k_wmi_mgmt_send() 902 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_REQUEST_STATS_CMDID); in ath12k_wmi_send_stats_request_cmd() 1003 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_CREATE_CMDID); in ath12k_wmi_vdev_create() 1031 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_DELETE_CMDID); in ath12k_wmi_vdev_delete() 1059 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_STOP_CMDID); in ath12k_wmi_vdev_stop() 1087 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_DOWN_CMDID); in ath12k_wmi_vdev_down() 1289 ret = ath12k_wmi_cmd_send(wmi, skb, in ath12k_wmi_vdev_start() 1292 ret = ath12k_wmi_cmd_send(wmi, skb, in ath12k_wmi_vdev_start() 1333 ret = ath12k_wmi_cmd_send(wmi, skb, WMI_VDEV_UP_CMDID); in ath12k_wmi_vdev_up() [all …]
|
H A D | wmi.h | 6290 int ath12k_wmi_cmd_send(struct ath12k_wmi_pdev *wmi, struct sk_buff *skb,
|