Searched refs:DEV_EVENT_NOTOPER (Results 1 – 3 of 3) sorted by relevance
/drivers/s390/cio/ |
D | device_fsm.c | 458 case DEV_EVENT_NOTOPER: in ccw_device_request_event() 587 dev_fsm_event(cdev, DEV_EVENT_NOTOPER); in ccw_device_online() 794 dev_fsm_event(cdev, DEV_EVENT_NOTOPER); in ccw_device_online_timeout() 1018 [DEV_EVENT_NOTOPER] = ccw_device_nop, 1024 [DEV_EVENT_NOTOPER] = ccw_device_request_event, 1030 [DEV_EVENT_NOTOPER] = ccw_device_request_event, 1036 [DEV_EVENT_NOTOPER] = ccw_device_generic_notoper, 1042 [DEV_EVENT_NOTOPER] = ccw_device_request_event, 1048 [DEV_EVENT_NOTOPER] = ccw_device_generic_notoper, 1054 [DEV_EVENT_NOTOPER] = ccw_device_generic_notoper, [all …]
|
D | device.h | 41 DEV_EVENT_NOTOPER, enumerator
|
D | device.c | 379 dev_fsm_event(cdev, DEV_EVENT_NOTOPER); in ccw_device_set_offline() 1178 dev_fsm_event(cdev, DEV_EVENT_NOTOPER); in io_subchannel_terminate_path() 1498 dev_fsm_event(cdev, DEV_EVENT_NOTOPER); in io_subchannel_sch_event()
|