Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/net/
Dctcm_main.c1527 struct ccw_device *cdev0; in ctcm_new_device() local
1540 cdev0 = cgdev->cdev[0]; in ctcm_new_device()
1543 type = get_channel_type(&cdev0->id); in ctcm_new_device()
1545 snprintf(read_id, CTCM_ID_SIZE, "ch-%s", dev_name(&cdev0->dev)); in ctcm_new_device()
1548 ret = add_channel(cdev0, type, priv); in ctcm_new_device()
1559 ret = ccw_device_set_online(cdev0); in ctcm_new_device()