Home
last modified time | relevance | path

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

/drivers/s390/block/
Ddasd.c2043 int mask = ~(DASD_STOPPED_DC_WAIT | DASD_UNRESUMED_PM | DASD_STOPPED_NOSPC); in __dasd_device_is_unusable()
2108 ~(DASD_STOPPED_DC_WAIT | DASD_UNRESUMED_PM)) in __dasd_device_check_path_events()
3757 dasd_device_set_stop_bits(device, DASD_STOPPED_DC_WAIT); in dasd_generic_last_path_gone()
3769 dasd_device_remove_stop_bits(device, DASD_STOPPED_DC_WAIT); in dasd_generic_path_operational()
3882 DASD_STOPPED_DC_WAIT); in dasd_generic_path_event()
Ddasd_int.h582 #define DASD_STOPPED_DC_WAIT 8 /* disconnected, wait */ macro