Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Dchp.h49 struct channel_path_desc_fmt3 desc_fmt3; member
Ddevice_ops.c494 util_str = kmalloc(sizeof(chp->desc_fmt3.util_str), GFP_KERNEL); in ccw_device_get_util_str()
499 memcpy(util_str, chp->desc_fmt3.util_str, sizeof(chp->desc_fmt3.util_str)); in ccw_device_get_util_str()
Dchp.c398 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()