Lines Matching refs:dasd_path_get_opm
1421 cqr->lpm &= dasd_path_get_opm(device); in dasd_start_IO()
1423 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1452 } else if (cqr->lpm != dasd_path_get_opm(device)) { in dasd_start_IO()
1453 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1815 if (cqr->lpm == dasd_path_get_opm(device)) in dasd_int_handler()
1821 cqr->lpm = dasd_path_get_opm(device); in dasd_int_handler()
3780 if (dasd_path_get_opm(device)) in dasd_generic_notify()
3798 oldopm = dasd_path_get_opm(device); in dasd_generic_path_event()
3830 if (!dasd_path_get_opm(device) && hpfpm) { in dasd_generic_path_event()
3842 } else if (!dasd_path_get_opm(device) && ifccpm) { in dasd_generic_path_event()
3851 if (oldopm && !dasd_path_get_opm(device) && !hpfpm && !ifccpm) { in dasd_generic_path_event()
3866 if (!dasd_path_get_opm(device) && lpm) { in dasd_generic_verify_path()