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() 832 dev_fsm_event(cdev, DEV_EVENT_NOTOPER); in ccw_device_online_timeout() 1056 [DEV_EVENT_NOTOPER] = ccw_device_nop, 1062 [DEV_EVENT_NOTOPER] = ccw_device_request_event, 1068 [DEV_EVENT_NOTOPER] = ccw_device_request_event, 1074 [DEV_EVENT_NOTOPER] = ccw_device_generic_notoper, 1080 [DEV_EVENT_NOTOPER] = ccw_device_request_event, 1086 [DEV_EVENT_NOTOPER] = ccw_device_generic_notoper, 1092 [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() 1173 dev_fsm_event(cdev, DEV_EVENT_NOTOPER); in io_subchannel_terminate_path() 1493 dev_fsm_event(cdev, DEV_EVENT_NOTOPER); in io_subchannel_sch_event()
|