Home
last modified time | relevance | path

Searched refs:ZPCI_FN_STATE_RESERVED (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/pci/
H A Dpci_event.c408 if (zdev->state == ZPCI_FN_STATE_RESERVED) in __zpci_event_availability()
427 if (zdev->state == ZPCI_FN_STATE_RESERVED) in __zpci_event_availability()
452 state == ZPCI_FN_STATE_RESERVED) { in __zpci_event_availability()
H A Dpci.c108 state == ZPCI_FN_STATE_RESERVED) in zpci_remove_reserved_devices()
897 return state != ZPCI_FN_STATE_RESERVED && in zpci_is_device_configured()
964 if (zdev->state == ZPCI_FN_STATE_RESERVED) in zpci_device_reserved()
966 zdev->state = ZPCI_FN_STATE_RESERVED; in zpci_device_reserved()
982 WARN_ON(zdev->state != ZPCI_FN_STATE_RESERVED); in zpci_release_device()
/linux/arch/s390/include/asm/
H A Dpci.h91 ZPCI_FN_STATE_RESERVED = 2, enumerator