Searched refs:ifccpm (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/s390/block/ |
D | dasd_int.h | 1055 __u8 ifccpm = 0x00; in dasd_path_get_ifccpm() local 1059 ifccpm |= 0x80 >> chp; in dasd_path_get_ifccpm() 1060 return ifccpm; in dasd_path_get_ifccpm()
|
D | dasd_devmap.c | 1493 u8 opm, nppm, cablepm, cuirpm, hpfpm, ifccpm; in dasd_pm_show() local 1504 ifccpm = dasd_path_get_ifccpm(device); in dasd_pm_show() 1508 cablepm, cuirpm, hpfpm, ifccpm); in dasd_pm_show()
|
D | dasd.c | 3761 int chp, oldopm, hpfpm, ifccpm; in dasd_generic_path_event() local 3794 ifccpm = dasd_path_get_ifccpm(device); in dasd_generic_path_event() 3807 } else if (!dasd_path_get_opm(device) && ifccpm) { in dasd_generic_path_event() 3813 dasd_path_set_tbvpm(device, ifccpm); in dasd_generic_path_event() 3816 if (oldopm && !dasd_path_get_opm(device) && !hpfpm && !ifccpm) { in dasd_generic_path_event()
|