Lines Matching refs:lpm
1404 cqr->lpm &= dasd_path_get_opm(device); in dasd_start_IO()
1405 if (!cqr->lpm) in dasd_start_IO()
1406 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1417 (long) cqr, cqr->lpm); in dasd_start_IO()
1420 (long) cqr, cqr->lpm, 0); in dasd_start_IO()
1441 cqr->lpm); in dasd_start_IO()
1442 } else if (cqr->lpm != dasd_path_get_opm(device)) { in dasd_start_IO()
1443 cqr->lpm = dasd_path_get_opm(device); in dasd_start_IO()
1816 if (cqr->lpm == dasd_path_get_opm(device)) in dasd_int_handler()
1822 cqr->lpm = dasd_path_get_opm(device); in dasd_int_handler()
3839 int dasd_generic_verify_path(struct dasd_device *device, __u8 lpm) in dasd_generic_verify_path() argument
3841 if (!dasd_path_get_opm(device) && lpm) { in dasd_generic_verify_path()
3842 dasd_path_set_opm(device, lpm); in dasd_generic_verify_path()
3845 dasd_path_add_opm(device, lpm); in dasd_generic_verify_path()