Home
last modified time | relevance | path

Searched refs:XPC_C_CONNECTED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_channel.c63 ch->flags |= (XPC_C_OPENCOMPLETE | XPC_C_CONNECTED); in xpc_process_connect()
73 ch->flags = (XPC_C_CONNECTED | XPC_C_SETUP); /* clear all else */ in xpc_process_connect()
335 XPC_C_OPENREPLY | XPC_C_CONNECTED)); in xpc_process_openclose_chctl_flags()
386 DBUG_ON(ch->flags & XPC_C_CONNECTED); in xpc_process_openclose_chctl_flags()
446 DBUG_ON(!(ch->flags & XPC_C_CONNECTED)); in xpc_process_openclose_chctl_flags()
480 DBUG_ON(ch->flags & XPC_C_CONNECTED); in xpc_connect_channel()
588 if (!(ch_flags & XPC_C_CONNECTED)) { in xpc_process_sent_chctl_flags()
756 u32 channel_was_connected = (ch->flags & XPC_C_CONNECTED); in xpc_disconnect_channel()
763 DBUG_ON(!(ch->flags & (XPC_C_CONNECTING | XPC_C_CONNECTED))); in xpc_disconnect_channel()
774 XPC_C_CONNECTING | XPC_C_CONNECTED); in xpc_disconnect_channel()
H A Dxpc.h380 #define XPC_C_CONNECTED 0x00000400 /* local channel is connected */ macro
H A Dxpc_uv.c1440 if (!(ch->flags & XPC_C_CONNECTED)) { in xpc_handle_notify_mq_msg_uv()
1524 (ch->flags & XPC_C_CONNECTED) && in xpc_process_msg_chctl_flags_uv()
1556 if (!(ch->flags & XPC_C_CONNECTED)) { in xpc_send_payload_uv()