Home
last modified time | relevance | path

Searched refs:tx_rate_history (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dcore.h851 u32 tx_rate_history[MAX_TX_RATE_VALUES]; member
Dwmi.c4867 for (i = 0; i < ARRAY_SIZE(src->tx_rate_history); i++) in ath11k_wmi_pull_vdev_stats()
4868 dst->tx_rate_history[i] = src->tx_rate_history[i]; in ath11k_wmi_pull_vdev_stats()
5210 for (i = 0 ; i < ARRAY_SIZE(vdev->tx_rate_history); i++) in ath11k_wmi_fw_vdev_stats_fill()
5214 vdev->tx_rate_history[i]); in ath11k_wmi_fw_vdev_stats_fill()
Dwmi.h4230 u32 tx_rate_history[MAX_TX_RATE_VALUES]; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dcore.h243 u32 tx_rate_history[10]; member
Dwmi-tlv.c1468 for (i = 0; i < ARRAY_SIZE(src->tx_rate_history); i++) in ath10k_wmi_tlv_pull_vdev_stats()
1469 dst->tx_rate_history[i] = in ath10k_wmi_tlv_pull_vdev_stats()
1470 __le32_to_cpu(src->tx_rate_history[i]); in ath10k_wmi_tlv_pull_vdev_stats()
Dwmi-tlv.h2014 __le32 tx_rate_history[10]; member
Dwmi.c8392 for (i = 0 ; i < ARRAY_SIZE(vdev->tx_rate_history); i++) in ath10k_wmi_fw_vdev_stats_fill()
8396 vdev->tx_rate_history[i]); in ath10k_wmi_fw_vdev_stats_fill()