desc_fmt1 360 drivers/s390/cio/chp.c if (chp->desc_fmt1.flags & 0x10) desc_fmt1 361 drivers/s390/cio/chp.c rc = sprintf(buf, "%04x\n", chp->desc_fmt1.chid); desc_fmt1 377 drivers/s390/cio/chp.c if (chp->desc_fmt1.flags & 0x10) desc_fmt1 378 drivers/s390/cio/chp.c rc = sprintf(buf, "%x\n", chp->desc_fmt1.flags & 0x8 ? 1 : 0); desc_fmt1 456 drivers/s390/cio/chp.c chsc_determine_fmt1_channel_path_desc(chp->chpid, &chp->desc_fmt1); desc_fmt1 48 drivers/s390/cio/chp.h struct channel_path_desc_fmt1 desc_fmt1; desc_fmt1 663 drivers/s390/cio/device_ops.c if (!chp->desc_fmt1.f) { desc_fmt1 667 drivers/s390/cio/device_ops.c if (!chp->desc_fmt1.r) desc_fmt1 669 drivers/s390/cio/device_ops.c mdc = mdc ? min_t(int, mdc, chp->desc_fmt1.mdc) : desc_fmt1 670 drivers/s390/cio/device_ops.c chp->desc_fmt1.mdc;