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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_channel.c778 if (!(ch->flags & XPC_C_CLOSEREPLY)) {
779 ch->flags |= XPC_C_CLOSEREPLY;
877 DBUG_ON(!(ch->flags & XPC_C_CLOSEREPLY));
970 if (ch->flags & XPC_C_CLOSEREPLY) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h517 #define XPC_C_CLOSEREPLY 0x00000800 /* local close channel reply */ macro

Completed in 121 milliseconds