Searched refs:hpfpm (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_int.h | 1122 __u8 hpfpm = 0x00; in dasd_path_get_hpfpm() local 1126 hpfpm |= 0x80 >> chp; in dasd_path_get_hpfpm() 1127 return hpfpm; in dasd_path_get_hpfpm()
|
| H A D | dasd_devmap.c | 1493 u8 opm, nppm, cablepm, cuirpm, hpfpm, ifccpm; in dasd_pm_show() local 1503 hpfpm = dasd_path_get_hpfpm(device); in dasd_pm_show() 1508 cablepm, cuirpm, hpfpm, ifccpm); in dasd_pm_show()
|
| H A D | dasd.c | 3859 int chp, oldopm, hpfpm, ifccpm; in dasd_generic_path_event() local 3891 hpfpm = dasd_path_get_hpfpm(device); in dasd_generic_path_event() 3893 if (!dasd_path_get_opm(device) && hpfpm) { in dasd_generic_path_event() 3902 dasd_path_set_tbvpm(device, hpfpm); in dasd_generic_path_event() 3914 if (oldopm && !dasd_path_get_opm(device) && !hpfpm && !ifccpm) { in dasd_generic_path_event()
|
| H A D | dasd_eckd.c | 1267 __u8 lpm, opm, npm, ppm, epm, hpfpm, cablepm; in do_path_verification_work() local 1289 hpfpm = 0; in do_path_verification_work() 1333 hpfpm |= lpm; in do_path_verification_work() 1418 dasd_path_add_nohpfpm(device, hpfpm); in do_path_verification_work()
|