Home
last modified time | relevance | path

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

/linux/arch/s390/pci/
H A Dpci_event.c366 zdev->state = ZPCI_FN_STATE_STANDBY; in zpci_event_hard_deconfigured()
380 zdev->state = ZPCI_FN_STATE_STANDBY; in zpci_event_reappear()
411 else if (zdev->state != ZPCI_FN_STATE_STANDBY) in __zpci_event_availability()
419 zdev = zpci_create_device(ccdf->fid, ccdf->fh, ZPCI_FN_STATE_STANDBY); in __zpci_event_availability()
H A Dpci.c106 if (zdev->state == ZPCI_FN_STATE_STANDBY && in zpci_remove_reserved_devices()
898 state != ZPCI_FN_STATE_STANDBY; in zpci_is_device_configured()
949 zdev->state = ZPCI_FN_STATE_STANDBY; in zpci_deconfigure_device()
/linux/drivers/pci/hotplug/
H A Ds390_pci_hpc.c29 if (zdev->state != ZPCI_FN_STATE_STANDBY) { in enable_slot()
/linux/arch/s390/include/asm/
H A Dpci.h89 ZPCI_FN_STATE_STANDBY = 0, enumerator