Home
last modified time | relevance | path

Searched refs:zpci_report_error_header (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/s390/include/asm/
H A Dsclp.h149 struct zpci_report_error_header { struct
191 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
H A Dpci.h316 int zpci_report_error(struct pci_dev *, struct zpci_report_error_header *);
/linux-6.15/drivers/s390/char/
H A Dsclp_pci.c92 static int sclp_pci_check_report(struct zpci_report_error_header *report) in sclp_pci_check_report()
113 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid) in sclp_pci_report()
/linux-6.15/arch/s390/pci/
H A Dpci_report.c35 struct zpci_report_error_header header;
H A Dpci_sysfs.c145 struct zpci_report_error_header *report = (void *) buf; in report_error_write()
H A Dpci.c971 struct zpci_report_error_header *report) in zpci_report_error()