Home
last modified time | relevance | path

Searched refs:ZPCI_FN_STATE_STANDBY (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/s390/pci/
H A Dpci_event.c335 zdev->state = ZPCI_FN_STATE_STANDBY; in zpci_event_hard_deconfigured()
362 if (zdev->state != ZPCI_FN_STATE_STANDBY) in __zpci_event_availability()
370 zdev = zpci_create_device(ccdf->fid, ccdf->fh, ZPCI_FN_STATE_STANDBY); in __zpci_event_availability()
H A Dpci.c97 if (zdev->state == ZPCI_FN_STATE_STANDBY && in zpci_remove_reserved_devices()
867 state != ZPCI_FN_STATE_STANDBY; in zpci_is_device_configured()
918 zdev->state = ZPCI_FN_STATE_STANDBY; in zpci_deconfigure_device()
/linux-6.15/drivers/pci/hotplug/
H A Ds390_pci_hpc.c30 if (zdev->state != ZPCI_FN_STATE_STANDBY) { in enable_slot()
/linux-6.15/arch/s390/include/asm/
H A Dpci.h88 ZPCI_FN_STATE_STANDBY = 0, enumerator