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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c265 * Check to see if any chctl flags were sent from the specified partition.
270 union xpc_channel_ctl_flags chctl; local
273 chctl.all_flags = xpc_receive_IRQ_amo_sn2(part->sn.sn2.
275 if (chctl.all_flags == 0)
279 part->chctl.all_flags |= chctl.all_flags;
282 dev_dbg(xpc_chan, "received notify IRQ from partid=%d, chctl.all_flags="
283 "0x%llx\n", XPC_PARTID(part), chctl.all_flags);
350 union xpc_channel_ctl_flags chctl = { 0 }; local
354 chctl
385 union xpc_channel_ctl_flags chctl = { 0 }; local
1507 union xpc_channel_ctl_flags chctl; local
[all...]
H A Dxpc.h153 unsigned long chctl_amo_pa; /* physical address of chctl flags' amo */
561 u8 delayed_chctl_flags; /* chctl flags received, but delayed */
620 * The channel control flags (chctl) union consists of a 64-bit variable which
623 * can have one or more of the chctl flags set in it.
631 /* chctl flags */
646 xpc_any_openclose_chctl_flags_set(union xpc_channel_ctl_flags *chctl) argument
651 if (chctl->flags[ch_number] & XPC_OPENCLOSE_CHCTL_FLAGS)
658 xpc_any_msg_chctl_flags_set(union xpc_channel_ctl_flags *chctl) argument
663 if (chctl->flags[ch_number] & XPC_MSG_CHCTL_FLAGS)
700 struct amo *remote_chctl_amo_va; /* addr of remote chctl flag
764 union xpc_channel_ctl_flags chctl; /* chctl flags yet to be processed */ member in struct:xpc_partition
[all...]
H A Dxpc_channel.c169 /* time to take action on any delayed chctl flags */
171 part->chctl.flags[ch->number] |=
201 * Delay processing chctl flags until thread waiting disconnect
238 if (part->chctl.flags[ch_number] &
243 part->chctl.flags[ch_number] |=
296 if (part->chctl.flags[ch_number] &
301 part->chctl.flags[ch_number] |=
549 union xpc_channel_ctl_flags chctl; local
554 chctl.all_flags = xpc_arch_ops.get_chctl_all_flags(part);
567 * Process any open or close related chctl flag
[all...]
H A Dxpc_uv.c495 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREQUEST;
512 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY;
532 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREQUEST;
552 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENREPLY;
567 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_OPENCOMPLETE;
1068 union xpc_channel_ctl_flags chctl; local
1071 chctl = part->chctl;
1072 if (chctl.all_flags != 0)
1073 part->chctl
[all...]
H A Dxpc_main.c367 part->chctl.all_flags != 0 ||
435 part->chctl.all_flags = 0;
881 part->chctl.flags[ch->number] |=

Completed in 67 milliseconds