Lines Matching refs:path_data
1417 cqr->lpm &= device->path_data.opm; in dasd_start_IO()
1419 cqr->lpm = device->path_data.opm; in dasd_start_IO()
1452 } else if (cqr->lpm != device->path_data.opm) { in dasd_start_IO()
1453 cqr->lpm = device->path_data.opm; in dasd_start_IO()
1462 device->path_data.opm = 0; in dasd_start_IO()
1463 device->path_data.ppm = 0; in dasd_start_IO()
1464 device->path_data.npm = 0; in dasd_start_IO()
1465 device->path_data.tbvpm = in dasd_start_IO()
1685 if (cqr->lpm == device->path_data.opm) in dasd_int_handler()
1691 cqr->lpm = device->path_data.opm; in dasd_int_handler()
1902 if (device->path_data.tbvpm) { in __dasd_device_check_path_events()
1907 device, device->path_data.tbvpm); in __dasd_device_check_path_events()
1911 device->path_data.tbvpm = 0; in __dasd_device_check_path_events()
3227 device->path_data.opm = 0; in dasd_generic_notify()
3228 device->path_data.ppm = 0; in dasd_generic_notify()
3229 device->path_data.npm = 0; in dasd_generic_notify()
3234 if (device->path_data.opm) in dasd_generic_notify()
3254 oldopm = device->path_data.opm; in dasd_generic_path_event()
3255 device->path_data.opm &= ~eventlpm; in dasd_generic_path_event()
3256 device->path_data.ppm &= ~eventlpm; in dasd_generic_path_event()
3257 device->path_data.npm &= ~eventlpm; in dasd_generic_path_event()
3258 if (oldopm && !device->path_data.opm) in dasd_generic_path_event()
3262 device->path_data.opm &= ~eventlpm; in dasd_generic_path_event()
3263 device->path_data.ppm &= ~eventlpm; in dasd_generic_path_event()
3264 device->path_data.npm &= ~eventlpm; in dasd_generic_path_event()
3265 device->path_data.tbvpm |= eventlpm; in dasd_generic_path_event()
3281 if (!device->path_data.opm && lpm) { in dasd_generic_verify_path()
3282 device->path_data.opm = lpm; in dasd_generic_verify_path()
3285 device->path_data.opm |= lpm; in dasd_generic_verify_path()