Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/block/
Ddasd_eckd.c997 struct channel_path_desc_fmt0 *chp_desc; in dasd_eckd_read_conf() local
1042 chp_desc = ccw_device_get_chp_desc(device->cdev, pos); in dasd_eckd_read_conf()
1043 if (chp_desc) in dasd_eckd_read_conf()
1044 device->path[pos].chpid = chp_desc->chpid; in dasd_eckd_read_conf()
1045 kfree(chp_desc); in dasd_eckd_read_conf()
1108 chp_desc = ccw_device_get_chp_desc(device->cdev, pos); in dasd_eckd_read_conf()
1109 if (chp_desc) in dasd_eckd_read_conf()
1110 device->path[pos].chpid = chp_desc->chpid; in dasd_eckd_read_conf()
1111 kfree(chp_desc); in dasd_eckd_read_conf()