Lines Matching refs:ccdf
46 static void __zpci_event_error(struct zpci_ccdf_err *ccdf) in __zpci_event_error() argument
48 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error()
51 zpci_err_hex(ccdf, sizeof(*ccdf)); in __zpci_event_error()
57 pci_name(zdev->pdev), ccdf->pec, ccdf->fid); in __zpci_event_error()
66 static void __zpci_event_availability(struct zpci_ccdf_avail *ccdf) in __zpci_event_availability() argument
68 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability()
73 pdev ? pci_name(pdev) : "n/a", ccdf->pec, ccdf->fid); in __zpci_event_availability()
75 zpci_err_hex(ccdf, sizeof(*ccdf)); in __zpci_event_availability()
77 switch (ccdf->pec) { in __zpci_event_availability()
82 zdev->fh = ccdf->fh; in __zpci_event_availability()
90 clp_add_pci_device(ccdf->fid, ccdf->fh, 0); in __zpci_event_availability()
114 zdev->fh = ccdf->fh; in __zpci_event_availability()