Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/cio/
Dchp.c362 if (chp->desc_fmt1.flags & 0x10) in chp_chid_show()
363 rc = sprintf(buf, "%04x\n", chp->desc_fmt1.chid); in chp_chid_show()
379 if (chp->desc_fmt1.flags & 0x10) in chp_chid_external_show()
380 rc = sprintf(buf, "%x\n", chp->desc_fmt1.flags & 0x8 ? 1 : 0); in chp_chid_external_show()
430 rc = chsc_determine_fmt1_channel_path_desc(chp->chpid, &chp->desc_fmt1); in chp_update_desc()
Ddevice_ops.c736 if (!chp->desc_fmt1.f) { in ccw_device_get_mdc()
740 if (!chp->desc_fmt1.r) in ccw_device_get_mdc()
742 mdc = mdc ? min_t(int, mdc, chp->desc_fmt1.mdc) : in ccw_device_get_mdc()
743 chp->desc_fmt1.mdc; in ccw_device_get_mdc()
Dchp.h47 struct channel_path_desc_fmt1 desc_fmt1; member