Home
last modified time | relevance | path

Searched refs:ccdf (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/s390/pci/
Dpci_event.c46 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()
[all …]
/linux-4.1.27/drivers/s390/cio/
Dchsc.c315 u8 ccdf[PAGE_SIZE - 24 - 16]; /* content-code dependent field */ member
324 u8 ccdf[PAGE_SIZE - 24 - 56]; /* content-code dependent field */ member
353 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()