Searched refs:aca_error (Results 1 – 2 of 2) sorted by relevance
217 static struct aca_bank_error *new_bank_error(struct aca_error *aerr, struct aca_bank_info *info) in new_bank_error()235 static struct aca_bank_error *find_bank_error(struct aca_error *aerr, struct aca_bank_info *info) in find_bank_error()257 static void aca_bank_error_remove(struct aca_error *aerr, struct aca_bank_error *bank_error) in aca_bank_error_remove()268 static struct aca_bank_error *get_bank_error(struct aca_error *aerr, struct aca_bank_info *info) in get_bank_error()287 struct aca_error *aerr; in aca_error_cache_log_bank_error()477 struct aca_error *aerr = &error_cache->errors[type]; in aca_log_aca_error()546 static void aca_error_init(struct aca_error *aerr, enum aca_error_type type) in aca_error_init()563 static void aca_error_fini(struct aca_error *aerr) in aca_error_fini()
134 struct aca_error { struct147 struct aca_error errors[ACA_ERROR_TYPE_COUNT]; argument