Home
last modified time | relevance | path

Searched refs:monitor_vdev_created (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c923 if (ar->monitor_vdev_created) in ath12k_mac_monitor_vdev_create()
975 ar->monitor_vdev_created = true; in ath12k_mac_monitor_vdev_create()
989 if (!ar->monitor_vdev_created) in ath12k_mac_monitor_vdev_delete()
1012 ar->monitor_vdev_created = false; in ath12k_mac_monitor_vdev_delete()
1092 if (ar->monitor_vdev_created) in ath12k_mac_op_config()
1101 if (!ar->monitor_vdev_created) in ath12k_mac_op_config()
5607 ar->monitor_vdev_created = false; in ath12k_mac_op_remove_interface()
5608 } else if (ar->monitor_vdev_created && !ar->monitor_started) { in ath12k_mac_op_remove_interface()
6068 if (!monitor_vif && ar->monitor_vdev_created) { in ath12k_mac_update_vif_chan()
6230 if (arvif->vdev_type != WMI_VDEV_TYPE_MONITOR && ar->monitor_vdev_created) in ath12k_mac_op_assign_vif_chanctx()
[all …]
H A Dcore.h591 bool monitor_vdev_created; member