Searched refs:XPC_C_DISCONNECTING (Results 1 - 3 of 3) 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.c461 // >>> may want to check for ch->flags & XPC_C_DISCONNECTING between
514 // >>> may want to check for ch->flags & XPC_C_DISCONNECTING between
609 if (ch->flags & (XPC_C_CONNECTED | XPC_C_DISCONNECTING)) {
749 if (!(ch->flags & XPC_C_DISCONNECTING)) {
875 DBUG_ON(!(ch->flags & XPC_C_DISCONNECTING));
922 if (!(ch->flags & XPC_C_DISCONNECTING)) {
990 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_WDISCONNECT)) {
1043 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) {
1121 if (ch->flags & XPC_C_DISCONNECTING) {
1367 if (ch_flags & XPC_C_DISCONNECTING) {
[all...]
H A Dxpc_main.c690 XPC_C_DISCONNECTING)) {
708 XPC_C_DISCONNECTING)));
712 } while (!((volatile u32) ch->flags & XPC_C_DISCONNECTING));
734 if (!(ch->flags & XPC_C_DISCONNECTING)) {
758 !(ch->flags & XPC_C_DISCONNECTING)) {
837 } else if (ch->flags & XPC_C_DISCONNECTING) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h522 #define XPC_C_DISCONNECTING 0x00008000 /* channel is being disconnected */ macro

Completed in 62 milliseconds