Searched refs:rem_link_stats (Results 1 – 2 of 2) sorted by relevance
378 sta->rem_link_stats.tx_packets += in sta_accumulate_removed_link_stats()380 sta->rem_link_stats.tx_bytes += link_sta->tx_stats.bytes[ac]; in sta_accumulate_removed_link_stats()388 sta->rem_link_stats.rx_packets += link_sta->rx_stats.packets; in sta_accumulate_removed_link_stats()389 sta->rem_link_stats.rx_bytes += value; in sta_accumulate_removed_link_stats()390 sta->rem_link_stats.tx_retries += link_sta->status_stats.retry_count; in sta_accumulate_removed_link_stats()391 sta->rem_link_stats.tx_failed += link_sta->status_stats.retry_failed; in sta_accumulate_removed_link_stats()392 sta->rem_link_stats.rx_dropped_misc += link_sta->rx_stats.dropped; in sta_accumulate_removed_link_stats()396 sta->rem_link_stats.expected_throughput += thr; in sta_accumulate_removed_link_stats()405 sta->rem_link_stats.pertid_stats.rx_msdu += value; in sta_accumulate_removed_link_stats()406 sta->rem_link_stats.pertid_stats.tx_msdu += in sta_accumulate_removed_link_stats()[all …]
788 struct ieee80211_sta_removed_link_stats rem_link_stats; member