Lines Matching refs:path_data

1401 		cqr->lpm &= device->path_data.opm;  in dasd_start_IO()
1403 cqr->lpm = device->path_data.opm; in dasd_start_IO()
1436 } else if (cqr->lpm != device->path_data.opm) { in dasd_start_IO()
1437 cqr->lpm = device->path_data.opm; in dasd_start_IO()
1446 device->path_data.opm = 0; in dasd_start_IO()
1447 device->path_data.ppm = 0; in dasd_start_IO()
1448 device->path_data.npm = 0; in dasd_start_IO()
1449 device->path_data.tbvpm = in dasd_start_IO()
1681 if (cqr->lpm == device->path_data.opm) in dasd_int_handler()
1687 cqr->lpm = device->path_data.opm; in dasd_int_handler()
1928 if (device->path_data.tbvpm) { in __dasd_device_check_path_events()
1933 device, device->path_data.tbvpm); in __dasd_device_check_path_events()
1937 device->path_data.tbvpm = 0; in __dasd_device_check_path_events()
3557 device->path_data.opm = 0; in dasd_generic_notify()
3558 device->path_data.ppm = 0; in dasd_generic_notify()
3559 device->path_data.npm = 0; in dasd_generic_notify()
3564 if (device->path_data.opm) in dasd_generic_notify()
3585 oldopm = device->path_data.opm; in dasd_generic_path_event()
3586 device->path_data.opm &= ~eventlpm; in dasd_generic_path_event()
3587 device->path_data.ppm &= ~eventlpm; in dasd_generic_path_event()
3588 device->path_data.npm &= ~eventlpm; in dasd_generic_path_event()
3589 if (oldopm && !device->path_data.opm) { in dasd_generic_path_event()
3601 device->path_data.opm &= ~eventlpm; in dasd_generic_path_event()
3602 device->path_data.ppm &= ~eventlpm; in dasd_generic_path_event()
3603 device->path_data.npm &= ~eventlpm; in dasd_generic_path_event()
3604 device->path_data.tbvpm |= eventlpm; in dasd_generic_path_event()
3608 if (!(device->path_data.opm & eventlpm) && in dasd_generic_path_event()
3609 !(device->path_data.tbvpm & eventlpm)) { in dasd_generic_path_event()
3615 device->path_data.tbvpm |= eventlpm; in dasd_generic_path_event()
3630 if (!device->path_data.opm && lpm) { in dasd_generic_verify_path()
3631 device->path_data.opm = lpm; in dasd_generic_verify_path()
3634 device->path_data.opm |= lpm; in dasd_generic_verify_path()