Home
last modified time | relevance | path

Searched refs:XPC_C_ROPENCOMPLETE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_channel.c67 if (!(ch->flags & XPC_C_ROPENCOMPLETE)) in xpc_process_connect()
448 ch->flags |= XPC_C_ROPENCOMPLETE; in xpc_process_openclose_chctl_flags()
H A Dxpc.h369 #define XPC_C_ROPENCOMPLETE 0x00000002 /* remote open channel complete */ macro