Searched refs:record_index (Results 1 – 7 of 7) sorted by relevance
50 int record_index; in dp_reo_cmd_srng_event_record() local52 record_index = (qdf_atomic_inc_return(&cmd_event_history->index)) & in dp_reo_cmd_srng_event_record()55 record[record_index].cmd_type = type; in dp_reo_cmd_srng_event_record()56 record[record_index].cmd_return_status = post_status; in dp_reo_cmd_srng_event_record()57 record[record_index].timestamp = qdf_get_log_timestamp(); in dp_reo_cmd_srng_event_record()
65 int record_index = qdf_atomic_inc_return(table_index); in hif_get_next_record_index() local67 return record_index & (array_size - 1); in hif_get_next_record_index()164 int record_index; in hif_hist_record_event() local181 record_index = hif_get_next_record_index( in hif_hist_record_event()184 record = &hist_ev->event[record_index]; in hif_hist_record_event()187 hist_ev->misc.last_irq_index = record_index; in hif_hist_record_event()
220 index = stats->record_index[i]; in hif_ce_latency_stats()221 start_index = stats->record_index[i]; in hif_ce_latency_stats()259 index = stats->record_index[ce_id]; in ce_tasklet_update_bucket()264 stats->record_index[ce_id] = index; in ce_tasklet_update_bucket()
99 int record_index = qdf_atomic_inc_return(table_index); in get_next_record_index() local101 if (record_index == array_size) in get_next_record_index()104 while (record_index >= array_size) in get_next_record_index()105 record_index -= array_size; in get_next_record_index()107 return record_index; in get_next_record_index()267 int record_index; in hif_record_ce_desc_event() local287 record_index = get_next_record_index( in hif_record_ce_desc_event()290 event = &hist_ev[record_index]; in hif_record_ce_desc_event()
186 uint32_t record_index[CE_COUNT_MAX]; member
108 int record_index; in hif_record_ce_srng_desc_event() local127 record_index = get_next_record_index( in hif_record_ce_srng_desc_event()130 event = &hist_ev[record_index]; in hif_record_ce_srng_desc_event()
130 int record_index = qdf_atomic_inc_return(table_index); in hal_history_get_next_index() local132 return record_index & (array_size - 1); in hal_history_get_next_index()