Searched refs:pprc_status (Results 1 – 3 of 3) sorted by relevance
443 int (*pprc_status)(struct dasd_device *, struct dasd_pprc_data_sc4 *); member
605 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()
6969 .pprc_status = dasd_eckd_query_pprc_status,