Searched refs:desc_fmt1 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device_ops.c | 663 if (!chp->desc_fmt1.f) { in ccw_device_get_mdc() 667 if (!chp->desc_fmt1.r) in ccw_device_get_mdc() 669 mdc = mdc ? min_t(int, mdc, chp->desc_fmt1.mdc) : in ccw_device_get_mdc() 670 chp->desc_fmt1.mdc; in ccw_device_get_mdc() 811 if (chp->desc_fmt1.flags & 0x10) in ccw_device_get_chid() 812 *chid = chp->desc_fmt1.chid; in ccw_device_get_chid()
|
H A D | chp.c | 363 if (chp->desc_fmt1.flags & 0x10) in chp_chid_show() 364 rc = sprintf(buf, "%04x\n", chp->desc_fmt1.chid); in chp_chid_show() 380 if (chp->desc_fmt1.flags & 0x10) in chp_chid_external_show() 381 rc = sprintf(buf, "%x\n", chp->desc_fmt1.flags & 0x8 ? 1 : 0); in chp_chid_external_show() 459 chsc_determine_fmt1_channel_path_desc(chp->chpid, &chp->desc_fmt1); in chp_update_desc()
|
H A D | chp.h | 48 struct channel_path_desc_fmt1 desc_fmt1; member
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device_ops.c | 663 if (!chp->desc_fmt1.f) { in ccw_device_get_mdc() 667 if (!chp->desc_fmt1.r) in ccw_device_get_mdc() 669 mdc = mdc ? min_t(int, mdc, chp->desc_fmt1.mdc) : in ccw_device_get_mdc() 670 chp->desc_fmt1.mdc; in ccw_device_get_mdc() 811 if (chp->desc_fmt1.flags & 0x10) in ccw_device_get_chid() 812 *chid = chp->desc_fmt1.chid; in ccw_device_get_chid()
|
H A D | chp.c | 363 if (chp->desc_fmt1.flags & 0x10) in chp_chid_show() 364 rc = sprintf(buf, "%04x\n", chp->desc_fmt1.chid); in chp_chid_show() 380 if (chp->desc_fmt1.flags & 0x10) in chp_chid_external_show() 381 rc = sprintf(buf, "%x\n", chp->desc_fmt1.flags & 0x8 ? 1 : 0); in chp_chid_external_show() 397 rc = sprintf(buf, "%x\n", chp->desc_fmt1.esc); in chp_esc_show() 474 chsc_determine_fmt1_channel_path_desc(chp->chpid, &chp->desc_fmt1); in chp_update_desc()
|
H A D | chp.h | 49 struct channel_path_desc_fmt1 desc_fmt1; member
|
Completed in 6 milliseconds