Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dctcm_main.c252 static struct channel *channel_get(enum ctcm_channel_types type, in channel_get() function
1542 channel_get(type, direction == CTCM_READ ? in ctcm_new_device()
1582 readc = channel_get(type, read_id, CTCM_READ); in ctcm_new_device()
1585 writec = channel_get(type, write_id, CTCM_WRITE); in ctcm_new_device()