Home
last modified time | relevance | path

Searched refs:aer_error (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/pcie/
H A Daer_inject.c47 struct aer_error { struct
77 static void aer_error_init(struct aer_error *err, u32 domain, in aer_error_init() argument
92 struct aer_error *err; in __find_aer_error()
138 static u32 *find_pci_config_dword(struct aer_error *err, int where, in find_pci_config_dword()
221 struct aer_error *err; in aer_inj_read_config()
252 struct aer_error *err; in aer_inj_write_config()
321 struct aer_error *err, *rperr; in aer_inject()
322 struct aer_error *err_alloc = NULL, *rperr_alloc = NULL; in aer_inject()
363 err_alloc = kzalloc(sizeof(struct aer_error), GFP_KERNEL); in aer_inject()
368 rperr_alloc = kzalloc(sizeof(struct aer_error), GFP_KERNEL); in aer_inject()
[all …]
/openbmc/qemu/hw/pci-bridge/
H A Dpcie_pci_bridge.c67 goto aer_error; in OBJECT_DECLARE_SIMPLE_TYPE()
90 aer_error: in OBJECT_DECLARE_SIMPLE_TYPE()