Searched refs:tx_rate_history (Results 1 – 6 of 6) sorted by relevance
247 u32 tx_rate_history[10]; member
1480 for (i = 0; i < ARRAY_SIZE(src->tx_rate_history); i++) in ath10k_wmi_tlv_pull_vdev_stats()1481 dst->tx_rate_history[i] = in ath10k_wmi_tlv_pull_vdev_stats()1482 __le32_to_cpu(src->tx_rate_history[i]); in ath10k_wmi_tlv_pull_vdev_stats()
2015 __le32 tx_rate_history[10]; member
8435 for (i = 0 ; i < ARRAY_SIZE(vdev->tx_rate_history); i++) in ath10k_wmi_fw_vdev_stats_fill()8439 vdev->tx_rate_history[i]); in ath10k_wmi_fw_vdev_stats_fill()
6510 for (i = 0; i < ARRAY_SIZE(src->tx_rate_history); i++) in ath11k_wmi_pull_vdev_stats()6511 dst->tx_rate_history[i] = src->tx_rate_history[i]; in ath11k_wmi_pull_vdev_stats()6994 for (i = 0 ; i < ARRAY_SIZE(vdev->tx_rate_history); i++) in ath11k_wmi_fw_vdev_stats_fill()6998 vdev->tx_rate_history[i]); in ath11k_wmi_fw_vdev_stats_fill()
4803 u32 tx_rate_history[MAX_TX_RATE_VALUES]; member