Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Ds390_pci_hpc.c36 zdev->state = ZPCI_FN_STATE_CONFIGURED; in enable_slot()
47 if (zdev->state != ZPCI_FN_STATE_CONFIGURED) in disable_slot()
65 if (zdev->state != ZPCI_FN_STATE_CONFIGURED) in reset_slot()
/openbmc/linux/arch/s390/pci/
H A Dpci_event.c327 zdev = zpci_create_device(ccdf->fid, ccdf->fh, ZPCI_FN_STATE_CONFIGURED); in __zpci_event_availability()
334 zdev->state = ZPCI_FN_STATE_CONFIGURED; in __zpci_event_availability()
349 if (zdev->state != ZPCI_FN_STATE_CONFIGURED) in __zpci_event_availability()
360 if (zdev->state == ZPCI_FN_STATE_CONFIGURED) in __zpci_event_availability()
H A Dpci_bus.c144 if (zdev && zdev->state == ZPCI_FN_STATE_CONFIGURED) { in zpci_bus_scan_bus()
H A Dpci.c927 case ZPCI_FN_STATE_CONFIGURED: in zpci_release_device()
/openbmc/linux/arch/s390/include/asm/
H A Dpci.h86 ZPCI_FN_STATE_CONFIGURED = 1, enumerator