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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dsmsgiucv.c44 static struct iucv_path *smsg_path; variable in typeref:struct:iucv_path
146 if (smsg_path && iucv_path_connected) {
147 iucv_path_sever(smsg_path, NULL);
160 if (smsg_path && iucv_path_connected) {
161 memset(smsg_path, 0, sizeof(*smsg_path));
162 smsg_path->msglim = 255;
163 smsg_path->flags = 0;
164 rc = iucv_path_connect(smsg_path, &smsg_handler, "*MSG ",
213 smsg_path
[all...]

Completed in 114 milliseconds