Lines Matching defs:stat
225 const struct wmi_tlv_peer_stats_info *stat = ptr;
234 stat->peer_macaddr.addr,
235 __le32_to_cpu(stat->last_rx_rate_code),
236 __le32_to_cpu(stat->last_rx_bitrate_kbps));
240 __le32_to_cpu(stat->last_tx_rate_code),
241 __le32_to_cpu(stat->last_tx_bitrate_kbps));
244 sta = ieee80211_find_sta_by_ifaddr(ar->hw, stat->peer_macaddr.addr, NULL);
252 arsta->rx_rate_code = __le32_to_cpu(stat->last_rx_rate_code);
253 arsta->rx_bitrate_kbps = __le32_to_cpu(stat->last_rx_bitrate_kbps);
254 arsta->tx_rate_code = __le32_to_cpu(stat->last_tx_rate_code);
255 arsta->tx_bitrate_kbps = __le32_to_cpu(stat->last_tx_bitrate_kbps);