Searched refs:chp_desc (Results 1 – 1 of 1) sorted by relevance
990 struct channel_path_desc_fmt0 *chp_desc; in dasd_eckd_read_conf() local1035 chp_desc = ccw_device_get_chp_desc(device->cdev, pos); in dasd_eckd_read_conf()1036 if (chp_desc) in dasd_eckd_read_conf()1037 device->path[pos].chpid = chp_desc->chpid; in dasd_eckd_read_conf()1038 kfree(chp_desc); in dasd_eckd_read_conf()1101 chp_desc = ccw_device_get_chp_desc(device->cdev, pos); in dasd_eckd_read_conf()1102 if (chp_desc) in dasd_eckd_read_conf()1103 device->path[pos].chpid = chp_desc->chpid; in dasd_eckd_read_conf()1104 kfree(chp_desc); in dasd_eckd_read_conf()