Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dsmsgiucv.c31 static struct iucv_path *smsg_path; variable
151 smsg_path = iucv_path_alloc(255, 0, GFP_KERNEL); in smsg_init()
152 if (!smsg_path) { in smsg_init()
156 rc = iucv_path_connect(smsg_path, &smsg_handler, "*MSG ", in smsg_init()
165 iucv_path_free(smsg_path); in smsg_init()
166 smsg_path = NULL; in smsg_init()