Searched refs:num_valid_entries (Results 1 – 1 of 1) sorted by relevance
2328 uint16_t num_valid_entries; in mgmt_rx_reo_debug_print_egress_frame_info() local2338 num_valid_entries = egress_frame_debug_info->frame_list_size; in mgmt_rx_reo_debug_print_egress_frame_info()2340 num_valid_entries = egress_frame_debug_info->next_index; in mgmt_rx_reo_debug_print_egress_frame_info()2343 num_entries_to_print = num_valid_entries; in mgmt_rx_reo_debug_print_egress_frame_info()2350 num_entries_to_print = qdf_min(num_frames, num_valid_entries); in mgmt_rx_reo_debug_print_egress_frame_info()4988 uint16_t num_valid_entries; in mgmt_rx_reo_debug_print_ingress_frame_info() local4998 num_valid_entries = ingress_frame_debug_info->frame_list_size; in mgmt_rx_reo_debug_print_ingress_frame_info()5000 num_valid_entries = ingress_frame_debug_info->next_index; in mgmt_rx_reo_debug_print_ingress_frame_info()5003 num_entries_to_print = num_valid_entries; in mgmt_rx_reo_debug_print_ingress_frame_info()5010 num_entries_to_print = qdf_min(num_frames, num_valid_entries); in mgmt_rx_reo_debug_print_ingress_frame_info()