Home
last modified time | relevance | path

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

/linux/drivers/s390/cio/
H A Ddevice_ops.c671 if (!chp->desc_fmt1.f) { in ccw_device_get_mdc()
675 if (!chp->desc_fmt1.r) in ccw_device_get_mdc()
677 mdc = mdc ? min_t(int, mdc, chp->desc_fmt1.mdc) : in ccw_device_get_mdc()
678 chp->desc_fmt1.mdc; in ccw_device_get_mdc()
819 if (chp->desc_fmt1.flags & 0x10) in ccw_device_get_chid()
820 *chid = chp->desc_fmt1.chid; in ccw_device_get_chid()
H A Dchp.c368 if (chp->desc_fmt1.flags & 0x10) in chp_chid_show()
369 rc = sysfs_emit(buf, "%04x\n", chp->desc_fmt1.chid); in chp_chid_show()
385 if (chp->desc_fmt1.flags & 0x10) in chp_chid_external_show()
386 rc = sysfs_emit(buf, "%x\n", chp->desc_fmt1.flags & 0x8 ? 1 : 0); in chp_chid_external_show()
402 rc = sysfs_emit(buf, "%x\n", chp->desc_fmt1.esc); in chp_esc_show()
509 chsc_determine_fmt1_channel_path_desc(chp->chpid, &chp->desc_fmt1); in chp_update_desc()
H A Dchp.h49 struct channel_path_desc_fmt1 desc_fmt1; member