Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dadf_heartbeat.c58 const size_t dev_ctrs = size_mul(max_aes, hb_ctrs); in validate_hb_ctrs_cnt() local
59 const size_t stats_size = size_mul(dev_ctrs, hb_struct_size); in validate_hb_ctrs_cnt()
63 const u32 *mem_to_chk = (u32 *)(hb_stats + dev_ctrs); in validate_hb_ctrs_cnt()
83 const size_t dev_ctrs = size_mul(max_aes, hb_ctrs); in adf_heartbeat_check_ctrs() local
84 const size_t stats_size = size_mul(dev_ctrs, sizeof(struct hb_cnt_pair)); in adf_heartbeat_check_ctrs()
166 const size_t dev_ctrs = size_mul(max_aes, hb_ctrs); in adf_hb_get_status() local
167 const size_t stats_size = size_mul(dev_ctrs, sizeof(*curr_stats)); in adf_hb_get_status()
182 last_stats = live_stats + dev_ctrs; in adf_hb_get_status()
183 count_fails = (u16 *)(last_stats + dev_ctrs); in adf_hb_get_status()