Searched refs:local_msgqueue_pa (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h312 u64 local_msgqueue_pa; /* physical address of local message queue */ member in struct:xpc_openclose_args
1170 args->local_msgqueue_pa = __pa(ch->local_msgqueue);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_channel.c1037 dev_dbg(xpc_chan, "XPC_IPI_OPENREPLY (local_msgqueue_pa=0x%lx, "
1039 "partid=%d, channel=%d\n", args->local_msgqueue_pa,
1059 * local_msgqueue_pa = physical address of remote
1064 DBUG_ON(args->local_msgqueue_pa == 0);
1069 ch->remote_msgqueue_pa = args->local_msgqueue_pa;

Completed in 27 milliseconds