Searched refs:link_peer (Results 1 – 2 of 2) sorted by relevance
668 struct ath12k_dp_link_peer *link_peer; in ath12k_dp_link_peer_get_sta_rate_info_stats() local672 link_peer = ath12k_dp_link_peer_find_by_addr(dp, addr); in ath12k_dp_link_peer_get_sta_rate_info_stats()673 if (!link_peer) in ath12k_dp_link_peer_get_sta_rate_info_stats()676 info->rx_duration = link_peer->rx_duration; in ath12k_dp_link_peer_get_sta_rate_info_stats()677 info->tx_duration = link_peer->tx_duration; in ath12k_dp_link_peer_get_sta_rate_info_stats()678 info->txrate.legacy = link_peer->txrate.legacy; in ath12k_dp_link_peer_get_sta_rate_info_stats()679 info->txrate.mcs = link_peer->txrate.mcs; in ath12k_dp_link_peer_get_sta_rate_info_stats()680 info->txrate.nss = link_peer->txrate.nss; in ath12k_dp_link_peer_get_sta_rate_info_stats()681 info->txrate.bw = link_peer->txrate.bw; in ath12k_dp_link_peer_get_sta_rate_info_stats()682 info->txrate.he_gi = link_peer->txrate.he_gi; in ath12k_dp_link_peer_get_sta_rate_info_stats()[all …]
2334 struct ath12k_dp_link_peer *link_peer; in ath12k_wifi7_dp_rx_set_link_id_wcn7850() local2343 link_peer = rcu_dereference(dp_peer->link_peers[i]); in ath12k_wifi7_dp_rx_set_link_id_wcn7850()2344 if (link_peer && link_peer->peer_id == rxcb->peer_id) { in ath12k_wifi7_dp_rx_set_link_id_wcn7850()2346 status->link_id = link_peer->link_id; in ath12k_wifi7_dp_rx_set_link_id_wcn7850()