Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcore.c2647 ar->fw_stats_req_mask = WMI_STAT_PDEV | WMI_STAT_VDEV | in ath10k_core_init_firmware_features()
2663 ar->fw_stats_req_mask = WMI_STAT_PEER; in ath10k_core_init_firmware_features()
2677 ar->fw_stats_req_mask = WMI_TLV_STAT_PDEV | WMI_TLV_STAT_VDEV | in ath10k_core_init_firmware_features()
2688 ar->fw_stats_req_mask = WMI_10_4_STAT_PEER | in ath10k_core_init_firmware_features()
Dcore.h1030 u32 fw_stats_req_mask; member
Ddebug.c369 ret = ath10k_wmi_request_stats(ar, ar->fw_stats_req_mask); in ath10k_debug_fw_stats_request()