Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c1024 ret = ath11k_wmi_vdev_down(ar, ar->monitor_vdev_id); in ath11k_mac_monitor_vdev_stop()
1605 ret = ath11k_wmi_vdev_down(ar, arvif->vdev_id); in ath11k_control_beaconing()
3122 ret = ath11k_wmi_vdev_down(ar, arvif->vdev_id); in ath11k_bss_disassoc()
7746 ath11k_wmi_vdev_down(ar, arvif->vdev_id); in ath11k_mac_op_unassign_vif_chanctx()
H A Dwmi.h6336 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id);
H A Dwmi.c898 int ath11k_wmi_vdev_down(struct ath11k *ar, u8 vdev_id) in ath11k_wmi_vdev_down() function