Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/misc/sgi-xp/
Dxpc_sn2.c270 union xpc_channel_ctl_flags chctl; in xpc_check_for_sent_chctl_flags_sn2() local
273 chctl.all_flags = xpc_receive_IRQ_amo_sn2(part->sn.sn2. in xpc_check_for_sent_chctl_flags_sn2()
275 if (chctl.all_flags == 0) in xpc_check_for_sent_chctl_flags_sn2()
279 part->chctl.all_flags |= chctl.all_flags; in xpc_check_for_sent_chctl_flags_sn2()
283 "0x%llx\n", XPC_PARTID(part), chctl.all_flags); in xpc_check_for_sent_chctl_flags_sn2()
350 union xpc_channel_ctl_flags chctl = { 0 }; in xpc_send_notify_IRQ_sn2() local
354 chctl.flags[ch->number] = chctl_flag; in xpc_send_notify_IRQ_sn2()
356 chctl.all_flags, in xpc_send_notify_IRQ_sn2()
385 union xpc_channel_ctl_flags chctl = { 0 }; in xpc_send_local_notify_IRQ_sn2() local
387 chctl.flags[ch->number] = chctl_flag; in xpc_send_local_notify_IRQ_sn2()
[all …]
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.h646 xpc_any_openclose_chctl_flags_set(union xpc_channel_ctl_flags *chctl) in xpc_any_openclose_chctl_flags_set() argument
651 if (chctl->flags[ch_number] & XPC_OPENCLOSE_CHCTL_FLAGS) in xpc_any_openclose_chctl_flags_set()
658 xpc_any_msg_chctl_flags_set(union xpc_channel_ctl_flags *chctl) in xpc_any_msg_chctl_flags_set() argument
663 if (chctl->flags[ch_number] & XPC_MSG_CHCTL_FLAGS) in xpc_any_msg_chctl_flags_set()
764 union xpc_channel_ctl_flags chctl; /* chctl flags yet to be processed */ member
Dxpc_uv.c495 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREQUEST; in xpc_handle_activate_mq_msg_uv()
512 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY; in xpc_handle_activate_mq_msg_uv()
532 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREQUEST; in xpc_handle_activate_mq_msg_uv()
552 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREPLY; in xpc_handle_activate_mq_msg_uv()
567 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENCOMPLETE; in xpc_handle_activate_mq_msg_uv()
1068 union xpc_channel_ctl_flags chctl; in xpc_get_chctl_all_flags_uv() local
1071 chctl = part->chctl; in xpc_get_chctl_all_flags_uv()
1072 if (chctl.all_flags != 0) in xpc_get_chctl_all_flags_uv()
1073 part->chctl.all_flags = 0; in xpc_get_chctl_all_flags_uv()
1076 return chctl.all_flags; in xpc_get_chctl_all_flags_uv()
[all …]
Dxpc_main.c367 part->chctl.all_flags != 0 || in xpc_channel_mgr()
435 part->chctl.all_flags = 0; in xpc_setup_ch_structures()
881 part->chctl.flags[ch->number] |= in xpc_disconnect_wait()