Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_eckd.c1029 struct channel_path_desc_fmt0 *chp_desc; in dasd_eckd_read_conf() local
1074 chp_desc = ccw_device_get_chp_desc(device->cdev, pos); in dasd_eckd_read_conf()
1075 if (chp_desc) in dasd_eckd_read_conf()
1076 device->path[pos].chpid = chp_desc->chpid; in dasd_eckd_read_conf()
1077 kfree(chp_desc); in dasd_eckd_read_conf()
1140 chp_desc = ccw_device_get_chp_desc(device->cdev, pos); in dasd_eckd_read_conf()
1141 if (chp_desc) in dasd_eckd_read_conf()
1142 device->path[pos].chpid = chp_desc->chpid; in dasd_eckd_read_conf()
1143 kfree(chp_desc); in dasd_eckd_read_conf()