Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_tl_debugfs.c117 hist_vals = kmalloc_array(tl_data->num_hbuff, sizeof(*hist_vals), in tl_calc_count()
168 u8 num_hbuff = tl_data->num_hbuff; in tl_lat_acc_avg() local
174 hist_vals = kmalloc_array(num_hbuff, sizeof(*hist_vals), GFP_KERNEL); in tl_lat_acc_avg()
178 hist_cnt = kmalloc_array(num_hbuff, sizeof(*hist_cnt), GFP_KERNEL); in tl_lat_acc_avg()
223 hist_vals = kmalloc_array(tl_data->num_hbuff, sizeof(*hist_vals), in tl_bw_hw_units_to_mbps()
441 if (input > tl_data->num_hbuff) { in tl_control_write()
H A Dadf_telemetry.c78 telemetry->regs_hist_buff = kmalloc_array(tl_data->num_hbuff, in adf_tl_alloc_mem()
90 for (i = 0; i < tl_data->num_hbuff; i++) { in adf_tl_alloc_mem()
127 for (i = 0; i < tl_data->num_hbuff; i++) in adf_tl_free_mem()
H A Dadf_telemetry.h37 u8 num_hbuff; member
H A Dadf_gen4_tl.c140 tl_data->num_hbuff = ADF_GEN4_TL_NUM_HIST_BUFFS; in adf_gen4_init_tl_data()