Searched refs:tx_rate_history (Results 1 – 7 of 7) sorted by relevance
245 u32 tx_rate_history[10]; member
1475 for (i = 0; i < ARRAY_SIZE(src->tx_rate_history); i++) in ath10k_wmi_tlv_pull_vdev_stats()1476 dst->tx_rate_history[i] = in ath10k_wmi_tlv_pull_vdev_stats()1477 __le32_to_cpu(src->tx_rate_history[i]); in ath10k_wmi_tlv_pull_vdev_stats()
2014 __le32 tx_rate_history[10]; member
8370 for (i = 0 ; i < ARRAY_SIZE(vdev->tx_rate_history); i++) in ath10k_wmi_fw_vdev_stats_fill()8374 vdev->tx_rate_history[i]); in ath10k_wmi_fw_vdev_stats_fill()
1139 u32 tx_rate_history[MAX_TX_RATE_VALUES]; member
6391 for (i = 0; i < ARRAY_SIZE(src->tx_rate_history); i++) in ath11k_wmi_pull_vdev_stats()6392 dst->tx_rate_history[i] = src->tx_rate_history[i]; in ath11k_wmi_pull_vdev_stats()6875 for (i = 0 ; i < ARRAY_SIZE(vdev->tx_rate_history); i++) in ath11k_wmi_fw_vdev_stats_fill()6879 vdev->tx_rate_history[i]); in ath11k_wmi_fw_vdev_stats_fill()
4775 u32 tx_rate_history[MAX_TX_RATE_VALUES]; member