Home
last modified time | relevance | path

Searched refs:sclp_pci_report (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/s390/include/asm/
Dsclp.h149 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
/linux-6.1.9/drivers/s390/char/
Dsclp_pci.c130 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid) in sclp_pci_report() function
/linux-6.1.9/arch/s390/pci/
Dpci_sysfs.c149 ret = sclp_pci_report(report, zdev->fh, zdev->fid); in report_error_write()
Dpci.c1006 return sclp_pci_report(report, zdev->fh, zdev->fid); in zpci_report_error()