Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_tl_debugfs.c29 unsigned int samples, hb_idx, i; in tl_collect_values_u32() local
34 hb_idx = telemetry->hb_num + telemetry->hbuffs - samples; in tl_collect_values_u32()
39 regs_hist_buff = telemetry->regs_hist_buff[hb_idx % telemetry->hbuffs]; in tl_collect_values_u32()
42 hb_idx++; in tl_collect_values_u32()
53 unsigned int samples, hb_idx, i; in tl_collect_values_u64() local
58 hb_idx = telemetry->hb_num + telemetry->hbuffs - samples; in tl_collect_values_u64()
63 regs_hist_buff = telemetry->regs_hist_buff[hb_idx % telemetry->hbuffs]; in tl_collect_values_u64()
66 hb_idx++; in tl_collect_values_u64()