Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/net/
Dctcm_main.h70 enum ctcm_channel_types { enum
139 enum ctcm_channel_types type;
Dctcm_main.c252 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get()
1343 static int add_channel(struct ccw_device *cdev, enum ctcm_channel_types type, in add_channel()
1500 static enum ctcm_channel_types get_channel_type(struct ccw_device_id *id) in get_channel_type()
1502 enum ctcm_channel_types type; in get_channel_type()
1503 type = (enum ctcm_channel_types)id->driver_info; in get_channel_type()
1524 enum ctcm_channel_types type; in ctcm_new_device()