Searched refs:all_flags (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.c273 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);
356 chctl.all_flags,
389 variable), FETCHOP_OR, chctl.all_flags);
1516 if (chctl.all_flags != 0)
1517 part->chctl.all_flags
[all...]
H A Dxpc.h627 u64 all_flags; member in union:xpc_channel_ctl_flags
H A Dxpc_main.c367 part->chctl.all_flags != 0 ||
435 part->chctl.all_flags = 0;
H A Dxpc_uv.c1072 if (chctl.all_flags != 0)
1073 part->chctl.all_flags = 0;
1076 return chctl.all_flags;
H A Dxpc_channel.c554 chctl.all_flags = xpc_arch_ops.get_chctl_all_flags(part);

Completed in 59 milliseconds