sclp_pci_report
int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
return sclp_pci_report(report, zdev->fh, zdev->fid);
ret = sclp_pci_report(&report->header, zdev->fh, zdev->fid);
ret = sclp_pci_report(report, zdev->fh, zdev->fid);