Lines Matching defs:aer_error
48 struct aer_error {
78 static void aer_error_init(struct aer_error *err, u32 domain,
90 static struct aer_error *__find_aer_error(u32 domain, unsigned int bus,
93 struct aer_error *err;
105 static struct aer_error *__find_aer_error_by_dev(struct pci_dev *dev)
139 static u32 *find_pci_config_dword(struct aer_error *err, int where,
222 struct aer_error *err;
253 struct aer_error *err;
329 struct aer_error *err, *rperr;
330 struct aer_error *err_alloc = NULL, *rperr_alloc = NULL;
368 err_alloc = kzalloc(sizeof(struct aer_error), GFP_KERNEL);
373 rperr_alloc = kzalloc(sizeof(struct aer_error), GFP_KERNEL);
530 struct aer_error *err, *err_next;