Searched refs:error_cache (Results 1 – 2 of 2) sorted by relevance
285 struct aca_error_cache *error_cache = &handle->error_cache; in aca_error_cache_log_bank_error() local295 aerr = &error_cache->errors[type]; in aca_error_cache_log_bank_error()476 struct aca_error_cache *error_cache = &handle->error_cache; in aca_log_aca_error() local477 struct aca_error *aerr = &error_cache->errors[type]; in aca_log_aca_error()556 struct aca_error_cache *error_cache = &handle->error_cache; in aca_init_error_cache() local560 aca_error_init(&error_cache->errors[type], type); in aca_init_error_cache()580 struct aca_error_cache *error_cache = &handle->error_cache; in aca_fini_error_cache() local584 aca_error_fini(&error_cache->errors[type]); in aca_fini_error_cache()
155 struct aca_error_cache error_cache; member