Searched refs:ifccpm (Results 1 – 2 of 2) sorted by relevance
1227 __u8 ifccpm = 0x00; in dasd_path_get_ifccpm() local1231 ifccpm |= 0x80 >> chp; in dasd_path_get_ifccpm()1232 return ifccpm; in dasd_path_get_ifccpm()
3764 int chp, oldopm, hpfpm, ifccpm; in dasd_generic_path_event() local3801 ifccpm = dasd_path_get_ifccpm(device); in dasd_generic_path_event()3814 } else if (!dasd_path_get_opm(device) && ifccpm) { in dasd_generic_path_event()3820 dasd_path_set_tbvpm(device, ifccpm); in dasd_generic_path_event()3823 if (oldopm && !dasd_path_get_opm(device) && !hpfpm && !ifccpm) { in dasd_generic_path_event()