Searched refs:ccdf (Results 1 – 2 of 2) sorted by relevance
46 static void __zpci_event_error(struct zpci_ccdf_err *ccdf) in __zpci_event_error() argument48 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() argument68 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()[all …]
315 u8 ccdf[PAGE_SIZE - 24 - 16]; /* content-code dependent field */ member324 u8 ccdf[PAGE_SIZE - 24 - 56]; /* content-code dependent field */ member353 id = __get_chpid_from_lir(sei_area->ccdf); in chsc_process_sei_link_incident()405 data = sei_area->ccdf; in chsc_process_sei_chp_avail()441 data = (struct chp_config_data *) &(sei_area->ccdf); in chsc_process_sei_chp_config()495 zpci_event_error(sei_area->ccdf); in chsc_process_sei_nt2()498 zpci_event_availability(sei_area->ccdf); in chsc_process_sei_nt2()