Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Ddevice_ops.c634 int mdc = 0, i; in ccw_device_get_mdc() local
657 mdc = 1; in ccw_device_get_mdc()
658 mdc = mdc ? min_t(int, mdc, chp->desc_fmt1.mdc) : in ccw_device_get_mdc()
659 chp->desc_fmt1.mdc; in ccw_device_get_mdc()
663 return mdc; in ccw_device_get_mdc()
Dchsc.h35 u16 mdc; member
/linux-4.19.296/drivers/s390/block/
Ddasd_eckd.c1138 unsigned int mdc; in get_fcx_max_data() local
1152 mdc = ccw_device_get_mdc(device->cdev, 0); in get_fcx_max_data()
1153 if (mdc == 0) { in get_fcx_max_data()
1157 return (u32)mdc * FCX_MAX_DATA_FACTOR; in get_fcx_max_data()
1164 unsigned int mdc; in verify_fcx_max_data() local
1168 mdc = ccw_device_get_mdc(device->cdev, lpm); in verify_fcx_max_data()
1169 if (mdc == 0) { in verify_fcx_max_data()
1173 mdc, lpm); in verify_fcx_max_data()
1174 return mdc; in verify_fcx_max_data()
1176 fcx_max_data = (u32)mdc * FCX_MAX_DATA_FACTOR; in verify_fcx_max_data()