Home
last modified time | relevance | path

Searched refs:hpfpm (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/block/
H A Ddasd_int.h1238 __u8 hpfpm = 0x00; in dasd_path_get_hpfpm() local
1242 hpfpm |= 0x80 >> chp; in dasd_path_get_hpfpm()
1243 return hpfpm; in dasd_path_get_hpfpm()
H A Ddasd.c3764 int chp, oldopm, hpfpm, ifccpm; in dasd_generic_path_event() local
3800 hpfpm = dasd_path_get_hpfpm(device); in dasd_generic_path_event()
3802 if (!dasd_path_get_opm(device) && hpfpm) { in dasd_generic_path_event()
3811 dasd_path_set_tbvpm(device, hpfpm); in dasd_generic_path_event()
3823 if (oldopm && !dasd_path_get_opm(device) && !hpfpm && !ifccpm) { in dasd_generic_path_event()
H A Ddasd_eckd.c1280 __u8 lpm, opm, npm, ppm, epm, hpfpm, cablepm; in dasd_eckd_path_available_action() local
1291 hpfpm = 0; in dasd_eckd_path_available_action()
1335 hpfpm |= lpm; in dasd_eckd_path_available_action()
1427 dasd_path_add_nohpfpm(device, hpfpm); in dasd_eckd_path_available_action()