Searched refs:act_state_req (Results 1 - 2 of 2) 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_uv.c372 u8 act_state_req; local
380 if (part->sn.uv.act_state_req == 0)
386 act_state_req = part->sn.uv.act_state_req;
387 part->sn.uv.act_state_req = 0;
390 if (act_state_req == XPC_P_ASR_ACTIVATE_UV) {
396 } else if (act_state_req == XPC_P_ASR_REACTIVATE_UV) {
402 } else if (act_state_req == XPC_P_ASR_DEACTIVATE_UV) {
446 if (part_uv->act_state_req == 0)
448 part_uv->act_state_req
756 xpc_send_local_activate_IRQ_uv(struct xpc_partition *part, int act_state_req) argument
[all...]
H A Dxpc.h719 u8 act_state_req; /* act_state request from remote partition */ member in struct:xpc_partition_uv

Completed in 60 milliseconds