Home
last modified time | relevance | path

Searched refs:reset_path (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/s390/block/
Ddasd_devmap.c1622 if (device->discipline && device->discipline->reset_path) in dasd_path_reset_store()
1623 device->discipline->reset_path(device, (__u8) val); in dasd_path_reset_store()
Ddasd_int.h418 void (*reset_path)(struct dasd_device *, __u8); member
Ddasd_eckd.c6927 .reset_path = dasd_eckd_reset_path,