Home
last modified time | relevance | path

Searched refs:ZPCI_FN_STATE_CONFIGURED (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pci/hotplug/
H A Ds390_pci_hpc.c39 zdev->state = ZPCI_FN_STATE_CONFIGURED; in enable_slot()
55 if (zdev->state != ZPCI_FN_STATE_CONFIGURED) { in disable_slot()
89 if (zdev->state != ZPCI_FN_STATE_CONFIGURED) in reset_slot()
/linux/arch/s390/pci/
H A Dpci_event.c398 zdev = zpci_create_device(ccdf->fid, ccdf->fh, ZPCI_FN_STATE_CONFIGURED); in __zpci_event_availability()
411 zdev->state = ZPCI_FN_STATE_CONFIGURED; in __zpci_event_availability()
435 if (zdev->state != ZPCI_FN_STATE_CONFIGURED) in __zpci_event_availability()
446 if (zdev->state == ZPCI_FN_STATE_CONFIGURED) in __zpci_event_availability()
H A Dpci_sysfs.c100 if (zdev->state != ZPCI_FN_STATE_CONFIGURED) in recover_store()
H A Dpci_bus.c139 if (zdev && zdev->state == ZPCI_FN_STATE_CONFIGURED) { in zpci_bus_scan_bus()
H A Dpci.c915 if (zdev->state != ZPCI_FN_STATE_CONFIGURED) in zpci_deconfigure_device()
/linux/arch/s390/include/asm/
H A Dpci.h89 ZPCI_FN_STATE_CONFIGURED = 1, enumerator