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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_channel.c113 if (!(ch->flags & XPC_C_CLOSEREPLY)) {
114 ch->flags |= XPC_C_CLOSEREPLY;
223 DBUG_ON(!(ch->flags & XPC_C_CLOSEREPLY));
310 if (ch->flags & XPC_C_CLOSEREPLY) {
H A Dxpc.h607 #define XPC_C_CLOSEREPLY 0x00002000 /* local close channel reply */ macro

Completed in 35 milliseconds