Home
last modified time | relevance | path

Searched refs:monitor_flags (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/include/hw/hyperv/
H A Dvmbus-proto.h114 uint8_t monitor_flags; member
/openbmc/linux/Documentation/driver-api/80211/
H A Dcfg80211.rst61 monitor_flags
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c1047 if (test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) in ath11k_mac_monitor_vdev_create()
1100 set_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_monitor_vdev_create()
1120 if (!test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) in ath11k_mac_monitor_vdev_delete()
1144 clear_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_monitor_vdev_delete()
1157 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags)) in ath11k_mac_monitor_start()
1173 set_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags); in ath11k_mac_monitor_start()
1194 if (!test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags)) in ath11k_mac_monitor_stop()
1203 clear_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags); in ath11k_mac_monitor_stop()
1298 set_bit(ATH11K_FLAG_MONITOR_CONF_ENABLED, &ar->monitor_flags); in ath11k_mac_op_config()
1301 &ar->monitor_flags)) in ath11k_mac_op_config()
[all …]
H A Dcore.c1831 clear_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags); in ath11k_core_pre_reconfigure_recovery()
1832 clear_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_core_pre_reconfigure_recovery()
H A Dcore.h626 unsigned long monitor_flags; member
H A Ddebugfs.c645 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags)) { in ath11k_write_extd_rx_stats()
H A Ddp_rx.c5239 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags) && in ath11k_dp_rx_process_mon_status()
5644 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags) && in ath11k_dp_rx_process_mon_rings()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h483 unsigned long monitor_flags; member
H A Dmac.c5644 clear_bit(ATH12K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath12k_mac_op_remove_interface()
5681 set_bit(ATH12K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath12k_mac_op_configure_filter()
5683 clear_bit(ATH12K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath12k_mac_op_configure_filter()
7486 clear_bit(ATH12K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath12k_mac_allocate()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h952 u32 monitor_flags; member
H A Dcfg80211.c868 wil->monitor_flags = params->flags; in wil_cfg80211_change_iface()
H A Dwmi.c2646 cpu_to_le32((wil->monitor_flags & MONITOR_FLAG_CONTROL) in wmi_rx_chain_add()
/openbmc/linux/include/net/
H A Dcfg80211.h2110 enum monitor_flags { enum