Searched refs:desc_fmt3 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chp.h | 49 struct channel_path_desc_fmt3 desc_fmt3; member
|
H A D | chp.c | 398 rc = memory_read_from_buffer(buf, count, &off, chp->desc_fmt3.util_str, in util_string_read() 399 sizeof(chp->desc_fmt3.util_str)); in util_string_read() 460 chsc_determine_fmt3_channel_path_desc(chp->chpid, &chp->desc_fmt3); in chp_update_desc()
|
H A D | device_ops.c | 505 util_str = kmalloc(sizeof(chp->desc_fmt3.util_str), GFP_KERNEL); in ccw_device_get_util_str() 510 memcpy(util_str, chp->desc_fmt3.util_str, sizeof(chp->desc_fmt3.util_str)); in ccw_device_get_util_str()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chp.h | 50 struct channel_path_desc_fmt3 desc_fmt3; member
|
H A D | device_ops.c | 505 util_str = kmalloc(sizeof(chp->desc_fmt3.util_str), GFP_KERNEL); in ccw_device_get_util_str() 510 memcpy(util_str, chp->desc_fmt3.util_str, sizeof(chp->desc_fmt3.util_str)); in ccw_device_get_util_str()
|
H A D | chp.c | 412 rc = memory_read_from_buffer(buf, count, &off, chp->desc_fmt3.util_str, in util_string_read() 413 sizeof(chp->desc_fmt3.util_str)); in util_string_read() 475 chsc_determine_fmt3_channel_path_desc(chp->chpid, &chp->desc_fmt3); in chp_update_desc()
|
Completed in 5 milliseconds