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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dviopath.c234 static void sendMonMsg(HvLpIndex remoteLp) argument
238 viopathStatus[remoteLp].mSourceInst =
239 HvCallEvent_getSourceLpInstanceId(remoteLp,
241 viopathStatus[remoteLp].mTargetInst =
242 HvCallEvent_getTargetLpInstanceId(remoteLp,
251 hvrc = HvCallEvent_signalLpEventFast(remoteLp, HvLpEvent_Type_VirtualIo,
254 viopathStatus[remoteLp].mSourceInst,
255 viopathStatus[remoteLp].mTargetInst,
259 viopathStatus[remoteLp].isActive = 1;
262 remoteLp);
269 HvLpIndex remoteLp; local
386 HvLpIndex remoteLp; local
471 allocateEvents(HvLpIndex remoteLp, int numEvents) argument
492 viopath_open(HvLpIndex remoteLp, int subtype, int numReq) argument
562 viopath_close(HvLpIndex remoteLp, int subtype, int numReq) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/iseries/
H A Dvio.h60 extern int viopath_open(HvLpIndex remoteLp, int subtype, int numReq);
61 extern int viopath_close(HvLpIndex remoteLp, int subtype, int numReq);
H A Dhv_call_event.h151 HvLpIndex remoteLp, HvLpDma_Direction direction,
174 packed.parms.remote = remoteLp;
150 HvCallEvent_dmaBufList(HvLpEvent_Type type, HvLpIndex remoteLp, HvLpDma_Direction direction, HvLpInstanceId localInstanceId, HvLpInstanceId remoteInstanceId, HvLpDma_AddressType localAddressType, HvLpDma_AddressType remoteAddressType, u64 localBufList, u64 remoteBufList, u32 transferLength) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_iseries.c475 static int send_open(HvLpIndex remoteLp, void *sem) argument
477 return HvCallEvent_signalLpEventFast(remoteLp,
481 viopath_sourceinst(remoteLp),
482 viopath_targetinst(remoteLp),
H A Dviocons.c1037 static int send_open(HvLpIndex remoteLp, void *sem) argument
1039 return HvCallEvent_signalLpEventFast(remoteLp,
1043 viopath_sourceinst(remoteLp),
1044 viopath_targetinst(remoteLp),

Completed in 58 milliseconds