Home
last modified time | relevance | path

Searched refs:aer_err_info (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/pcie/
H A Dportdrv.h127 struct aer_err_info;
130 bool is_aer_internal_error(struct aer_err_info *info);
131 void cxl_rch_handle_error(struct pci_dev *dev, struct aer_err_info *info);
134 static inline bool is_aer_internal_error(struct aer_err_info *info) { return false; } in is_aer_internal_error()
135 static inline void cxl_rch_handle_error(struct pci_dev *dev, struct aer_err_info *info) { } in cxl_rch_handle_error()
H A Daer.c748 struct aer_err_info *info) in pci_dev_aer_stats_incr()
829 static void __aer_print_error(struct pci_dev *dev, struct aer_err_info *info) in __aer_print_error()
852 static void aer_print_source(struct pci_dev *dev, struct aer_err_info *info, in aer_print_source()
865 void aer_print_error(struct aer_err_info *info, int i) in aer_print_error()
932 struct aer_err_info info = { in pci_print_aer()
985 static int add_error_device(struct aer_err_info *e_info, struct pci_dev *dev) in add_error_device()
1015 static bool is_error_source(struct pci_dev *dev, struct aer_err_info *e_info) in is_error_source()
1071 struct aer_err_info *e_info = (struct aer_err_info *)data; in find_device_iter()
1102 struct aer_err_info *e_info) in find_source_device()
1156 bool is_aer_internal_error(struct aer_err_info *info) in is_aer_internal_error()
[all …]
H A Daer_cxl_rch.c39 struct aer_err_info *info = (struct aer_err_info *)data; in cxl_rch_handle_error_iter()
63 void cxl_rch_handle_error(struct pci_dev *dev, struct aer_err_info *info) in cxl_rch_handle_error()
H A Ddpc.c237 struct aer_err_info *info) in dpc_get_aer_uncorrect_severity()
266 struct aer_err_info info = {}; in dpc_process_error()
/linux/drivers/pci/
H A Dpci.h838 struct aer_err_info { struct
861 int aer_get_device_error_info(struct aer_err_info *info, int i); argument
862 void aer_print_error(struct aer_err_info *info, int i);
864 static inline const char *aer_err_bus(struct aer_err_info *info) in aer_err_bus()