Home
last modified time | relevance | path

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

/openbmc/qemu/hw/vfio/
H A Dmigration.c141 enum vfio_device_mig_state recover_state, in vfio_migration_set_state() argument
157 mig_state_to_str(recover_state)); in vfio_migration_set_state()
171 if (recover_state == VFIO_DEVICE_STATE_ERROR) { in vfio_migration_set_state()
181 error_prefix, mig_state_to_str(recover_state)); in vfio_migration_set_state()
183 mig_state->device_state = recover_state; in vfio_migration_set_state()
197 vfio_migration_set_device_state(vbasedev, recover_state); in vfio_migration_set_state()
H A Dtrace-events157 vfio_migration_set_state(const char *name, const char *new_state, const char *recover_state) " (%s)…
/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()