Home
last modified time | relevance | path

Searched refs:chctl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/misc/sgi-xp/
H A Dxpc_channel.c171 part->chctl.flags[ch->number] |= in xpc_process_disconnect()
238 if (part->chctl.flags[ch_number] & in xpc_process_openclose_chctl_flags()
243 part->chctl.flags[ch_number] |= in xpc_process_openclose_chctl_flags()
296 if (part->chctl.flags[ch_number] & in xpc_process_openclose_chctl_flags()
301 part->chctl.flags[ch_number] |= in xpc_process_openclose_chctl_flags()
549 union xpc_channel_ctl_flags chctl; in xpc_process_sent_chctl_flags() local
554 chctl.all_flags = xpc_arch_ops.get_chctl_all_flags(part); in xpc_process_sent_chctl_flags()
571 if (chctl.flags[ch_number] & XPC_OPENCLOSE_CHCTL_FLAGS) { in xpc_process_sent_chctl_flags()
573 chctl.flags[ch_number]); in xpc_process_sent_chctl_flags()
602 if (chctl.flags[ch_number] & XPC_MSG_CHCTL_FLAGS) in xpc_process_sent_chctl_flags()
H A Dxpc.h423 xpc_any_openclose_chctl_flags_set(union xpc_channel_ctl_flags *chctl) in xpc_any_openclose_chctl_flags_set() argument
428 if (chctl->flags[ch_number] & XPC_OPENCLOSE_CHCTL_FLAGS) in xpc_any_openclose_chctl_flags_set()
435 xpc_any_msg_chctl_flags_set(union xpc_channel_ctl_flags *chctl) in xpc_any_msg_chctl_flags_set() argument
440 if (chctl->flags[ch_number] & XPC_MSG_CHCTL_FLAGS) in xpc_any_msg_chctl_flags_set()
504 union xpc_channel_ctl_flags chctl; /* chctl flags yet to be processed */ member
H A Dxpc_uv.c429 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREQUEST; in xpc_handle_activate_mq_msg_uv()
446 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY; in xpc_handle_activate_mq_msg_uv()
466 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREQUEST; in xpc_handle_activate_mq_msg_uv()
486 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREPLY; in xpc_handle_activate_mq_msg_uv()
501 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENCOMPLETE; in xpc_handle_activate_mq_msg_uv()
989 union xpc_channel_ctl_flags chctl; in xpc_get_chctl_all_flags_uv() local
992 chctl = part->chctl; in xpc_get_chctl_all_flags_uv()
993 if (chctl.all_flags != 0) in xpc_get_chctl_all_flags_uv()
994 part->chctl.all_flags = 0; in xpc_get_chctl_all_flags_uv()
997 return chctl.all_flags; in xpc_get_chctl_all_flags_uv()
[all …]
H A Dxpc_main.c353 part->chctl.all_flags != 0 || in xpc_channel_mgr()
422 part->chctl.all_flags = 0; in xpc_setup_ch_structures()
868 part->chctl.flags[ch->number] |= in xpc_disconnect_wait()