Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/block/
Ddasd_eckd.c990 struct channel_path_desc_fmt0 *chp_desc; in dasd_eckd_read_conf() local
1035 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()