Home
last modified time | relevance | path

Searched refs:dasd_path_get_opm (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/s390/block/
Ddasd_erp.c100 cqr->lpm = dasd_path_get_opm(device); in dasd_default_erp_action()
Ddasd.c1397 cqr->lpm &= dasd_path_get_opm(device); in dasd_start_IO()
1399 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1435 } else if (cqr->lpm != dasd_path_get_opm(device)) { in dasd_start_IO()
1436 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1803 if (cqr->lpm == dasd_path_get_opm(device)) in dasd_int_handler()
1809 cqr->lpm = dasd_path_get_opm(device); in dasd_int_handler()
3730 if (dasd_path_get_opm(device)) in dasd_generic_notify()
3748 oldopm = dasd_path_get_opm(device); in dasd_generic_path_event()
3780 if (!dasd_path_get_opm(device) && hpfpm) { in dasd_generic_path_event()
3792 } else if (!dasd_path_get_opm(device) && ifccpm) { in dasd_generic_path_event()
[all …]
Ddasd_3990_erp.c156 erp->lpm = dasd_path_get_opm(device) & in dasd_3990_erp_alternate_path()
277 erp->lpm = dasd_path_get_opm(erp->startdev); in dasd_3990_erp_action_1()
1936 erp->lpm = dasd_path_get_opm(erp->startdev); in dasd_3990_erp_compound_path()
2230 if (!(dasd_path_get_opm(device) & ~lpum)) { in dasd_3990_erp_disable_path()
Ddasd_eckd.c1183 if (!dasd_path_get_opm(device)) { in dasd_eckd_read_conf()
1253 __u8 lpm, opm = dasd_path_get_opm(device); in rebuild_device_uid()
1372 if (dasd_path_get_opm(device) && in dasd_eckd_path_available_action()
1426 if (!dasd_path_get_opm(device) && opm) { in dasd_eckd_path_available_action()
3564 cqr->lpm = dasd_path_get_opm(cqr->block->base); in dasd_eckd_handle_terminated_request()
6491 if (!(dasd_path_get_opm(device) & tbcpm)) in dasd_eckd_cuir_remove_path()
6493 if (!(dasd_path_get_opm(device) & ~tbcpm)) { in dasd_eckd_cuir_remove_path()
6591 if (!(dasd_path_get_opm(dev) & tbcpm)) { in dasd_eckd_cuir_resume()
6601 if (!(dasd_path_get_opm(dev) & tbcpm)) { in dasd_eckd_cuir_resume()
6615 if (!(dasd_path_get_opm(dev) & tbcpm)) { in dasd_eckd_cuir_resume()
[all …]
Ddasd_devmap.c1748 opm = dasd_path_get_opm(device); in dasd_pm_show()
2455 opm = dasd_path_get_opm(device); in dasd_path_create_kobjects()
Ddasd_int.h1176 static inline __u8 dasd_path_get_opm(struct dasd_device *device) in dasd_path_get_opm() function