Searched defs:vme_error_handler (Results 1 – 1 of 1) sorted by relevance
81 struct vme_error_handler { struct82 struct list_head list;83 unsigned long long start; /* Beginning of error window */84 unsigned long long end; /* End of error window */85 unsigned long long first_error; /* Address of the first error */86 u32 aspace; /* Address space of error window*/87 unsigned int num_errors; /* Number of errors */