Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/s390/block/
Ddasd_int.h443 int (*pprc_status)(struct dasd_device *, struct dasd_pprc_data_sc4 *); member
Ddasd_devmap.c605 if (!device->discipline || !device->discipline->pprc_status) { in dasd_devmap_get_pprc_status()
614 if (device->discipline->pprc_status(device, temp)) { in dasd_devmap_get_pprc_status()
Ddasd_eckd.c6969 .pprc_status = dasd_eckd_query_pprc_status,