Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/block/
Ddasd_alias.c849 dasd_device_set_stop_bits(pos, DASD_STOPPED_SU); in __stop_device_on_lcu()
853 dasd_device_set_stop_bits(pos, DASD_STOPPED_SU); in __stop_device_on_lcu()
887 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu()
893 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu()
900 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu()
906 dasd_device_remove_stop_bits(device, DASD_STOPPED_SU); in _unstop_all_devices_on_lcu()
931 (DASD_STOPPED_SU | DASD_STOPPED_PENDING)); in summary_unit_check_handling_work()
Ddasd_int.h519 #define DASD_STOPPED_SU 16 /* summary unit check handling */ macro