Searched refs:link_peer (Results 1 – 1 of 1) sorted by relevance
654 struct ath12k_dp_link_peer *link_peer; in ath12k_dp_link_peer_get_sta_rate_info_stats() local658 link_peer = ath12k_dp_link_peer_find_by_addr(dp, addr); in ath12k_dp_link_peer_get_sta_rate_info_stats()659 if (!link_peer) in ath12k_dp_link_peer_get_sta_rate_info_stats()662 info->rx_duration = link_peer->rx_duration; in ath12k_dp_link_peer_get_sta_rate_info_stats()663 info->tx_duration = link_peer->tx_duration; in ath12k_dp_link_peer_get_sta_rate_info_stats()664 info->txrate.legacy = link_peer->txrate.legacy; in ath12k_dp_link_peer_get_sta_rate_info_stats()665 info->txrate.mcs = link_peer->txrate.mcs; in ath12k_dp_link_peer_get_sta_rate_info_stats()666 info->txrate.nss = link_peer->txrate.nss; in ath12k_dp_link_peer_get_sta_rate_info_stats()667 info->txrate.bw = link_peer->txrate.bw; in ath12k_dp_link_peer_get_sta_rate_info_stats()668 info->txrate.he_gi = link_peer->txrate.he_gi; in ath12k_dp_link_peer_get_sta_rate_info_stats()[all …]