Searched refs:counter_stats (Results 1 – 5 of 5) sorted by relevance
592 struct counter_stats *counter_stats; in rrm_update_mac_cp_stats() local599 counter_stats = in rrm_update_mac_cp_stats()600 &rrm_report->report.statistics_report.group_stats.counter_stats; in rrm_update_mac_cp_stats()604 ev_counter_stats = ev->sta_stats->group.counter_stats; in rrm_update_mac_cp_stats()617 counter_stats->failed_count = in rrm_update_mac_cp_stats()619 counter_stats->failed_count; in rrm_update_mac_cp_stats()620 counter_stats->group_received_frame_count = in rrm_update_mac_cp_stats()622 counter_stats->group_received_frame_count; in rrm_update_mac_cp_stats()623 counter_stats->fcs_error_count = in rrm_update_mac_cp_stats()625 counter_stats->fcs_error_count; in rrm_update_mac_cp_stats()[all …]
169 param->group.counter_stats.group_transmitted_frame_count = in wmi_extract_ctrl_path_rrm_sta_stats_tlv()171 param->group.counter_stats.group_received_frame_count = in wmi_extract_ctrl_path_rrm_sta_stats_tlv()173 param->group.counter_stats.transmitted_frame_count = in wmi_extract_ctrl_path_rrm_sta_stats_tlv()177 param->group.counter_stats.failed_count = in wmi_extract_ctrl_path_rrm_sta_stats_tlv()179 param->group.counter_stats.fcs_error_count = in wmi_extract_ctrl_path_rrm_sta_stats_tlv()
211 struct group_id_0 counter_stats; member
1425 struct counter_stats { struct1479 struct counter_stats counter_stats; member
7148 struct counter_stats *counter_stats,7155 counter_stats->transmitted_fragment_count;7158 counter_stats->group_transmitted_frame_count;7160 if (counter_stats->failed_count) {7165 counter_stats->failed_count;7168 counter_stats->received_fragment_count;7171 counter_stats->group_received_frame_count;7173 if (counter_stats->fcs_error_count) {7178 counter_stats->fcs_error_count;7181 counter_stats->transmitted_frame_count;[all …]