Home
last modified time | relevance | path

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

/drivers/misc/sgi-xp/
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()
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
Dxpc_uv.c500 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREQUEST; in xpc_handle_activate_mq_msg_uv()
517 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY; in xpc_handle_activate_mq_msg_uv()
537 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREQUEST; in xpc_handle_activate_mq_msg_uv()
557 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREPLY; in xpc_handle_activate_mq_msg_uv()
572 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENCOMPLETE; in xpc_handle_activate_mq_msg_uv()
1074 union xpc_channel_ctl_flags chctl; in xpc_get_chctl_all_flags_uv() local
1077 chctl = part->chctl; in xpc_get_chctl_all_flags_uv()
1078 if (chctl.all_flags != 0) in xpc_get_chctl_all_flags_uv()
1079 part->chctl.all_flags = 0; in xpc_get_chctl_all_flags_uv()
1082 return chctl.all_flags; in xpc_get_chctl_all_flags_uv()
[all …]
Dxpc_main.c364 part->chctl.all_flags != 0 || in xpc_channel_mgr()
433 part->chctl.all_flags = 0; in xpc_setup_ch_structures()
879 part->chctl.flags[ch->number] |= in xpc_disconnect_wait()