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

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

Completed in 425 milliseconds