Searched refs:dasd_device_set_stop_bits (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/s390/block/ |
D | dasd_alias.c | 853 dasd_device_set_stop_bits(device, DASD_STOPPED_SU); in _stop_all_devices_on_lcu() 858 dasd_device_set_stop_bits(device, DASD_STOPPED_SU); in _stop_all_devices_on_lcu() 864 dasd_device_set_stop_bits(device, DASD_STOPPED_SU); in _stop_all_devices_on_lcu() 869 dasd_device_set_stop_bits(device, DASD_STOPPED_SU); in _stop_all_devices_on_lcu()
|
D | dasd.c | 2196 void dasd_device_set_stop_bits(struct dasd_device *device, int bits) in dasd_device_set_stop_bits() function 2200 EXPORT_SYMBOL_GPL(dasd_device_set_stop_bits); 3707 dasd_device_set_stop_bits(device, DASD_STOPPED_DC_WAIT); in dasd_generic_last_path_gone() 3810 dasd_device_set_stop_bits(device, DASD_STOPPED_NOT_ACC); in dasd_generic_path_event() 3830 dasd_device_set_stop_bits(device, in dasd_generic_path_event() 3862 dasd_device_set_stop_bits(device, DASD_STOPPED_NOSPC); in dasd_generic_space_exhaust() 3963 dasd_device_set_stop_bits(device, DASD_STOPPED_QUIESCE); in dasd_handle_autoquiesce()
|
D | dasd_ioctl.c | 109 dasd_device_set_stop_bits(base, DASD_STOPPED_QUIESCE); in dasd_ioctl_quiesce()
|
D | dasd_int.h | 922 void dasd_device_set_stop_bits(struct dasd_device *, int);
|
D | dasd_3990_erp.c | 81 dasd_device_set_stop_bits(device, DASD_STOPPED_PENDING); in dasd_3990_erp_block_queue()
|
D | dasd_eckd.c | 6218 dasd_device_set_stop_bits(primary, DASD_STOPPED_PPRC); in dasd_eckd_copy_pair_swap() 6219 dasd_device_set_stop_bits(secondary, DASD_STOPPED_PPRC); in dasd_eckd_copy_pair_swap() 6864 dasd_device_set_stop_bits(device, DASD_STOPPED_NOT_ACC); in dasd_eckd_handle_hpf_error()
|