Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dvfio_ccw_fsm.c375 [VFIO_CCW_EVENT_NOT_OPER] = fsm_nop,
381 [VFIO_CCW_EVENT_NOT_OPER] = fsm_notoper,
387 [VFIO_CCW_EVENT_NOT_OPER] = fsm_notoper,
393 [VFIO_CCW_EVENT_NOT_OPER] = fsm_notoper,
399 [VFIO_CCW_EVENT_NOT_OPER] = fsm_notoper,
H A Dvfio_ccw_private.h137 VFIO_CCW_EVENT_NOT_OPER, enumerator
H A Dvfio_ccw_drv.c294 vfio_ccw_fsm_event(private, VFIO_CCW_EVENT_NOT_OPER); in vfio_ccw_sch_event()