Searched refs:src_peer_stats_info (Results 1 – 1 of 1) sorted by relevance
1414 struct peer_stats_info_ext_event *src_peer_stats_info = in copy_peer_stats_info_ext() local1420 &src_peer_stats_info->peer_macaddr, in copy_peer_stats_info_ext()1422 peer_stats_info->tx_packets = src_peer_stats_info->tx_packets; in copy_peer_stats_info_ext()1423 peer_stats_info->tx_bytes = src_peer_stats_info->tx_bytes; in copy_peer_stats_info_ext()1424 peer_stats_info->rx_packets = src_peer_stats_info->rx_packets; in copy_peer_stats_info_ext()1425 peer_stats_info->rx_bytes = src_peer_stats_info->rx_bytes; in copy_peer_stats_info_ext()1426 peer_stats_info->tx_retries = src_peer_stats_info->tx_retries; in copy_peer_stats_info_ext()1427 peer_stats_info->tx_failed = src_peer_stats_info->tx_failed; in copy_peer_stats_info_ext()1428 peer_stats_info->tx_succeed = src_peer_stats_info->tx_succeed; in copy_peer_stats_info_ext()1429 peer_stats_info->rssi = src_peer_stats_info->rssi; in copy_peer_stats_info_ext()[all …]