Lines Matching refs:path_data
1399 cqr->lpm &= device->path_data.opm; in dasd_start_IO()
1401 cqr->lpm = device->path_data.opm; in dasd_start_IO()
1434 } else if (cqr->lpm != device->path_data.opm) { in dasd_start_IO()
1435 cqr->lpm = device->path_data.opm; in dasd_start_IO()
1444 device->path_data.opm = 0; in dasd_start_IO()
1445 device->path_data.ppm = 0; in dasd_start_IO()
1446 device->path_data.npm = 0; in dasd_start_IO()
1447 device->path_data.tbvpm = in dasd_start_IO()
1679 if (cqr->lpm == device->path_data.opm) in dasd_int_handler()
1685 cqr->lpm = device->path_data.opm; in dasd_int_handler()
1904 if (device->path_data.tbvpm) { in __dasd_device_check_path_events()
1909 device, device->path_data.tbvpm); in __dasd_device_check_path_events()
1913 device->path_data.tbvpm = 0; in __dasd_device_check_path_events()
3516 device->path_data.opm = 0; in dasd_generic_notify()
3517 device->path_data.ppm = 0; in dasd_generic_notify()
3518 device->path_data.npm = 0; in dasd_generic_notify()
3523 if (device->path_data.opm) in dasd_generic_notify()
3544 oldopm = device->path_data.opm; in dasd_generic_path_event()
3545 device->path_data.opm &= ~eventlpm; in dasd_generic_path_event()
3546 device->path_data.ppm &= ~eventlpm; in dasd_generic_path_event()
3547 device->path_data.npm &= ~eventlpm; in dasd_generic_path_event()
3548 if (oldopm && !device->path_data.opm) { in dasd_generic_path_event()
3560 device->path_data.opm &= ~eventlpm; in dasd_generic_path_event()
3561 device->path_data.ppm &= ~eventlpm; in dasd_generic_path_event()
3562 device->path_data.npm &= ~eventlpm; in dasd_generic_path_event()
3563 device->path_data.tbvpm |= eventlpm; in dasd_generic_path_event()
3567 if (!(device->path_data.opm & eventlpm) && in dasd_generic_path_event()
3568 !(device->path_data.tbvpm & eventlpm)) { in dasd_generic_path_event()
3574 device->path_data.tbvpm |= eventlpm; in dasd_generic_path_event()
3589 if (!device->path_data.opm && lpm) { in dasd_generic_verify_path()
3590 device->path_data.opm = lpm; in dasd_generic_verify_path()
3593 device->path_data.opm |= lpm; in dasd_generic_verify_path()