Searched refs:cdev0 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_main.c | 1523 struct ccw_device *cdev0; in ctcm_new_device() local 1536 cdev0 = cgdev->cdev[0]; in ctcm_new_device() 1539 type = get_channel_type(&cdev0->id); in ctcm_new_device() 1541 snprintf(read_id, CTCM_ID_SIZE, "ch-%s", dev_name(&cdev0->dev)); in ctcm_new_device() 1544 ret = add_channel(cdev0, type, priv); in ctcm_new_device() 1555 ret = ccw_device_set_online(cdev0); in ctcm_new_device()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_main.c | 1483 struct ccw_device *cdev0; in ctcm_new_device() local 1496 cdev0 = cgdev->cdev[0]; in ctcm_new_device() 1499 type = get_channel_type(&cdev0->id); in ctcm_new_device() 1501 scnprintf(read_id, CTCM_ID_SIZE, "ch-%s", dev_name(&cdev0->dev)); in ctcm_new_device() 1504 ret = add_channel(cdev0, type, priv); in ctcm_new_device() 1515 ret = ccw_device_set_online(cdev0); in ctcm_new_device()
|
Completed in 4 milliseconds