Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/block/
Ddasd_int.h366 void (*handle_hpf_error)(struct dasd_device *, struct irb *); member
Ddasd.c1820 device->discipline->handle_hpf_error) in dasd_int_handler()
1821 device->discipline->handle_hpf_error(device, irb); in dasd_int_handler()
Ddasd_eckd.c6682 .handle_hpf_error = dasd_eckd_handle_hpf_error,