Home
last modified time | relevance | path

Searched refs:data_idx (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
H A Dwlan_serialization_debug.c122 uint8_t data_idx; in wlan_ser_print_all_history() local
135 data_idx = (history_info->index + idx) % SER_MAX_HISTORY_CMDS; in wlan_ser_print_all_history()
137 data = &history_info->data[data_idx]; in wlan_ser_print_all_history()
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
H A Dtarget_if_cfr_enh.c1001 uint32_t data_idx, rf_chain; in populate_enh_chain_phase() local
1020 data_idx = (rf_chain * pcfr->max_entries_all_table); in populate_enh_chain_phase()
1022 phase_array = &pcfr->enh_phase_delta_array[data_idx]; in populate_enh_chain_phase()
1023 gain_array = &pcfr->gain_stop_index_array[data_idx]; in populate_enh_chain_phase()