Home
last modified time | relevance | path

Searched refs:HvLpIndex (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/arch/powerpc/include/asm/iseries/
Dhv_lp_config.h45 extern HvLpIndex HvLpConfig_getLpIndex_outline(void);
46 extern HvLpIndex HvLpConfig_getLpIndex(void);
47 extern HvLpIndex HvLpConfig_getPrimaryLpIndex(void);
95 HvLpIndex lp) in HvLpConfig_getVirtualLanIndexMapForLp()
113 static inline int HvLpConfig_doLpsCommunicateOnVirtualLan(HvLpIndex lp1, in HvLpConfig_doLpsCommunicateOnVirtualLan()
114 HvLpIndex lp2) in HvLpConfig_doLpsCommunicateOnVirtualLan()
123 static inline HvLpIndex HvLpConfig_getHostingLpIndex(HvLpIndex lp) in HvLpConfig_getHostingLpIndex()
Dvio.h170 extern int viopath_open(HvLpIndex remoteLp, int subtype, int numReq);
171 extern int viopath_close(HvLpIndex remoteLp, int subtype, int numReq);
174 extern int viopath_isactive(HvLpIndex lp);
175 extern HvLpInstanceId viopath_sourceinst(HvLpIndex lp);
176 extern HvLpInstanceId viopath_targetinst(HvLpIndex lp);
183 extern HvLpIndex viopath_hostLp;
184 extern HvLpIndex viopath_ourLp;
Dhv_call_event.h89 static inline HvLpEvent_Rc HvCallEvent_signalLpEventFast(HvLpIndex targetLp, in HvCallEvent_signalLpEventFast()
137 HvLpIndex targetLp, HvLpEvent_Type type) in HvCallEvent_getSourceLpInstanceId()
143 HvLpIndex targetLp, HvLpEvent_Type type) in HvCallEvent_getTargetLpInstanceId()
148 static inline void HvCallEvent_openLpEventPath(HvLpIndex targetLp, in HvCallEvent_openLpEventPath()
154 static inline void HvCallEvent_closeLpEventPath(HvLpIndex targetLp, in HvCallEvent_closeLpEventPath()
161 HvLpIndex remoteLp, HvLpDma_Direction direction, in HvCallEvent_dmaBufList()
173 HvLpIndex remote; in HvCallEvent_dmaBufList()
Dmf.h37 extern void mf_allocate_lp_events(HvLpIndex targetLp, HvLpEvent_Type type,
40 extern void mf_deallocate_lp_events(HvLpIndex targetLp, HvLpEvent_Type type,
Dhv_types.h27 typedef u8 HvLpIndex; typedef
68 #define HvLpIndexInvalid ((HvLpIndex)0xff)
Dhv_lp_event.h77 extern int HvLpEvent_openPath(HvLpEvent_Type eventType, HvLpIndex lpIndex);
83 extern int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex);
/linux-2.6.39/arch/powerpc/platforms/iseries/
Dhvlpconfig.c23 HvLpIndex HvLpConfig_getLpIndex_outline(void) in HvLpConfig_getLpIndex_outline()
29 HvLpIndex HvLpConfig_getLpIndex(void) in HvLpConfig_getLpIndex()
35 HvLpIndex HvLpConfig_getPrimaryLpIndex(void) in HvLpConfig_getPrimaryLpIndex()
Dviopath.c101 HvLpIndex viopath_hostLp = HvLpIndexInvalid;
103 HvLpIndex viopath_ourLp = HvLpIndexInvalid;
195 int viopath_isactive(HvLpIndex lp) in viopath_isactive()
210 HvLpInstanceId viopath_sourceinst(HvLpIndex lp) in viopath_sourceinst()
216 HvLpInstanceId viopath_targetinst(HvLpIndex lp) in viopath_targetinst()
228 static void sendMonMsg(HvLpIndex remoteLp) in sendMonMsg()
263 HvLpIndex remoteLp; in handleMonitorEvent()
380 HvLpIndex remoteLp; in vio_handleEvent()
465 static int allocateEvents(HvLpIndex remoteLp, int numEvents) in allocateEvents()
486 int viopath_open(HvLpIndex remoteLp, int subtype, int numReq) in viopath_open()
[all …]
Dcall_sm.h31 static inline u64 HvCallSm_get64BitsOfAccessMap(HvLpIndex lpIndex, in HvCallSm_get64BitsOfAccessMap()
Dlpevents.c255 int HvLpEvent_openPath(HvLpEvent_Type eventType, HvLpIndex lpIndex) in HvLpEvent_openPath()
268 int HvLpEvent_closePath(HvLpEvent_Type eventType, HvLpIndex lpIndex) in HvLpEvent_closePath()
Dmf.c60 HvLpIndex lp_index;
97 HvLpIndex target_lp;
238 HvLpIndex primary_lp = HvLpConfig_getPrimaryLpIndex(); in new_pending_event()
535 void mf_allocate_lp_events(HvLpIndex target_lp, HvLpEvent_Type type, in mf_allocate_lp_events()
565 void mf_deallocate_lp_events(HvLpIndex target_lp, HvLpEvent_Type type, in mf_deallocate_lp_events()
/linux-2.6.39/drivers/tty/hvc/
Dhvc_iseries.c53 HvLpIndex lp;
93 static void init_data_event(struct viocharlpevent *viochar, HvLpIndex lp) in init_data_event()
478 static int __init send_open(HvLpIndex remoteLp, void *sem) in send_open()
/linux-2.6.39/drivers/net/
Diseries_veth.c169 HvLpIndex remote_lp;
216 static HvLpIndex this_lp;
310 static int veth_allocate_events(HvLpIndex rlp, int number) in veth_allocate_events()
526 HvLpIndex rlp = event->base_event.xTargetLp; in veth_handle_ack()
546 HvLpIndex rlp = event->base_event.xSourceLp; in veth_handle_int()
1091 static int veth_transmit_to_one(struct sk_buff *skb, HvLpIndex rlp, in veth_transmit_to_one()
1189 HvLpIndex rlp = frame[5]; in veth_start_xmit()