Home
last modified time | relevance | path

Searched refs:recover_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/vfio/
H A Dmigration.c87 enum vfio_device_mig_state recover_state) in vfio_migration_set_state() argument
106 if (recover_state == VFIO_DEVICE_STATE_ERROR) { in vfio_migration_set_state()
118 strerror(errno), mig_state_to_str(recover_state)); in vfio_migration_set_state()
120 mig_state->device_state = recover_state; in vfio_migration_set_state()
130 migration->device_state = recover_state; in vfio_migration_set_state()
/openbmc/linux/drivers/s390/net/
H A Dlcs.c2086 enum lcs_dev_states recover_state; in lcs_new_device() local
2098 recover_state = card->state; in lcs_new_device()
2146 if (recover_state == DEV_STATE_RECOVER) { in lcs_new_device()
2184 enum lcs_dev_states recover_state; in __lcs_shutdown_device() local
2197 recover_state = card->state; in __lcs_shutdown_device()
2206 if (recover_state == DEV_STATE_UP) { in __lcs_shutdown_device()