Home
last modified time | relevance | path

Searched refs:ath11k_wmi_vdev_stop (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/net/wireless/ath/ath11k/
Dmac.c983 ret = ath11k_wmi_vdev_stop(ar, vdev_id); in ath11k_mac_monitor_vdev_start()
1008 ret = ath11k_wmi_vdev_stop(ar, ar->monitor_vdev_id); in ath11k_mac_monitor_vdev_stop()
7227 ret = ath11k_wmi_vdev_stop(ar, arvif->vdev_id); in ath11k_mac_vdev_stop()
Dwmi.h6366 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id);
Dwmi.c812 int ath11k_wmi_vdev_stop(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_stop() function