Searched refs:monitor_flags (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/include/hw/hyperv/ |
H A D | vmbus-proto.h | 114 uint8_t monitor_flags; member
|
/openbmc/linux/Documentation/driver-api/80211/ |
H A D | cfg80211.rst | 61 monitor_flags
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 1047 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 D | core.c | 1831 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 D | core.h | 626 unsigned long monitor_flags; member
|
H A D | debugfs.c | 645 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags)) { in ath11k_write_extd_rx_stats()
|
H A D | dp_rx.c | 5239 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 D | core.h | 483 unsigned long monitor_flags; member
|
H A D | mac.c | 5644 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 D | wil6210.h | 952 u32 monitor_flags; member
|
H A D | cfg80211.c | 868 wil->monitor_flags = params->flags; in wil_cfg80211_change_iface()
|
H A D | wmi.c | 2646 cpu_to_le32((wil->monitor_flags & MONITOR_FLAG_CONTROL) in wmi_rx_chain_add()
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 2110 enum monitor_flags { enum
|