Searched refs:desc_fmt3 (Results 1 – 3 of 3) sorted by relevance
50 struct channel_path_desc_fmt3 desc_fmt3; member
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()
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()