Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/pci/
H A Dpci.c99 state == ZPCI_FN_STATE_RESERVED) in zpci_remove_reserved_devices()
866 return state != ZPCI_FN_STATE_RESERVED && in zpci_is_device_configured()
941 zdev->state = ZPCI_FN_STATE_RESERVED; in zpci_device_reserved()
950 WARN_ON(zdev->state != ZPCI_FN_STATE_RESERVED); in zpci_release_device()
H A Dpci_event.c401 state == ZPCI_FN_STATE_RESERVED) { in __zpci_event_availability()
H A Dpci_clp.c486 *state = ZPCI_FN_STATE_RESERVED; in clp_get_state()
/linux-6.15/arch/s390/include/asm/
H A Dpci.h90 ZPCI_FN_STATE_RESERVED = 2, enumerator