Searched refs:dev_ctrs (Results 1 – 1 of 1) sorted by relevance
63 const size_t dev_ctrs = size_mul(max_aes, hb_ctrs); in validate_hb_ctrs_cnt() local64 const size_t stats_size = size_mul(dev_ctrs, hb_struct_size); in validate_hb_ctrs_cnt()68 const u32 *mem_to_chk = (u32 *)(hb_stats + dev_ctrs); in validate_hb_ctrs_cnt()88 const size_t dev_ctrs = size_mul(max_aes, hb_ctrs); in adf_heartbeat_check_ctrs() local89 const size_t stats_size = size_mul(dev_ctrs, sizeof(struct hb_cnt_pair)); in adf_heartbeat_check_ctrs()171 const size_t dev_ctrs = size_mul(max_aes, hb_ctrs); in adf_hb_get_status() local172 const size_t stats_size = size_mul(dev_ctrs, sizeof(*curr_stats)); in adf_hb_get_status()187 last_stats = live_stats + dev_ctrs; in adf_hb_get_status()188 count_fails = (u16 *)(last_stats + dev_ctrs); in adf_hb_get_status()