Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/hotplug/
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()
/linux-5.19.10/arch/s390/pci/
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()
Dpci_bus.c153 if (zdev && zdev->state == ZPCI_FN_STATE_CONFIGURED) { in zpci_bus_scan_bus()
Dpci.c960 case ZPCI_FN_STATE_CONFIGURED: in zpci_release_device()
/linux-5.19.10/arch/s390/include/asm/
Dpci.h86 ZPCI_FN_STATE_CONFIGURED = 1, enumerator