Home
last modified time | relevance | path

Searched refs:ZPCI_FN_STATE_STANDBY (Results 1 – 3 of 3) 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()
885 state != ZPCI_FN_STATE_STANDBY; in zpci_is_device_configured()
936 zdev->state = ZPCI_FN_STATE_STANDBY; in zpci_deconfigure_device()
/linux/arch/s390/include/asm/
H A Dpci.h89 ZPCI_FN_STATE_STANDBY = 0, enumerator