Lines Matching refs:aer_error
44 struct aer_error { struct
74 static void aer_error_init(struct aer_error *err, u32 domain, in aer_error_init() argument
86 static struct aer_error *__find_aer_error(u32 domain, unsigned int bus, in __find_aer_error()
89 struct aer_error *err; in __find_aer_error()
101 static struct aer_error *__find_aer_error_by_dev(struct pci_dev *dev) in __find_aer_error_by_dev()
135 static u32 *find_pci_config_dword(struct aer_error *err, int where, in find_pci_config_dword()
182 struct aer_error *err; in aer_inj_read_config()
226 struct aer_error *err; in aer_inj_write_config()
328 struct aer_error *err, *rperr; in aer_inject()
329 struct aer_error *err_alloc = NULL, *rperr_alloc = NULL; in aer_inject()
366 err_alloc = kzalloc(sizeof(struct aer_error), GFP_KERNEL); in aer_inject()
371 rperr_alloc = kzalloc(sizeof(struct aer_error), GFP_KERNEL); in aer_inject()
528 struct aer_error *err, *err_next; in aer_inject_exit()