Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_heartbeat_inject.c29 const size_t hb_ctrs = hw_device->num_hb_ctrs; in adf_set_hb_counters_fail() local
30 size_t thr_id = ae * hb_ctrs + thr; in adf_set_hb_counters_fail()
38 stats += (max_aes * hb_ctrs); in adf_set_hb_counters_fail()
46 const size_t hb_ctrs = hw_device->num_hb_ctrs; in adf_heartbeat_inject_error() local
60 rand_thr = rand % hb_ctrs; in adf_heartbeat_inject_error()
Dadf_heartbeat.c53 const size_t hb_ctrs = accel_dev->hw_device->num_hb_ctrs; in validate_hb_ctrs_cnt() local
58 const size_t dev_ctrs = size_mul(max_aes, hb_ctrs); in validate_hb_ctrs_cnt()
81 const size_t hb_ctrs = accel_dev->hw_device->num_hb_ctrs; in adf_heartbeat_check_ctrs() local
83 const size_t dev_ctrs = size_mul(max_aes, hb_ctrs); in adf_heartbeat_check_ctrs()
136 u16 *count, const size_t hb_ctrs) in check_ae() argument
141 for (thr = 0; thr < hb_ctrs; thr++) { in check_ae()
163 const size_t hb_ctrs = hw_device->num_hb_ctrs; in adf_hb_get_status() local
166 const size_t dev_ctrs = size_mul(max_aes, hb_ctrs); in adf_hb_get_status()
191 ae_offset = size_mul(ae, hb_ctrs); in adf_hb_get_status()
196 ret = check_ae(ae_curr_p, ae_prev_p, ae_count_p, hb_ctrs); in adf_hb_get_status()