Searched refs:summary_stat (Results 1 – 3 of 3) sorted by relevance
253 qdf_mem_copy(hdd_stats->summary_stat.retry_cnt, in copy_station_stats_to_adapter()255 sizeof(hdd_stats->summary_stat.retry_cnt)); in copy_station_stats_to_adapter()256 qdf_mem_copy(hdd_stats->summary_stat.multiple_retry_cnt, in copy_station_stats_to_adapter()258 sizeof(hdd_stats->summary_stat.multiple_retry_cnt)); in copy_station_stats_to_adapter()259 qdf_mem_copy(hdd_stats->summary_stat.tx_frm_cnt, in copy_station_stats_to_adapter()261 sizeof(hdd_stats->summary_stat.tx_frm_cnt)); in copy_station_stats_to_adapter()262 qdf_mem_copy(hdd_stats->summary_stat.fail_cnt, in copy_station_stats_to_adapter()264 sizeof(hdd_stats->summary_stat.fail_cnt)); in copy_station_stats_to_adapter()265 hdd_stats->summary_stat.snr = stats->vdev_summary_stats[0].stats.snr; in copy_station_stats_to_adapter()266 hdd_stats->summary_stat.rssi = stats->vdev_summary_stats[0].stats.rssi; in copy_station_stats_to_adapter()[all …]
8000 summary_stats = &adapter->deflink->hdd_stats.summary_stat; in __iw_get_statistics()
665 tCsrSummaryStatsInfo summary_stat; member