Searched refs:xType (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dlpevents.c145 if (event->xType < HvLpEvent_Type_NumTypes)
146 __get_cpu_var(hvlpevent_counts)[event->xType]++;
147 if (event->xType < HvLpEvent_Type_NumTypes &&
148 lpEventHandler[event->xType])
149 lpEventHandler[event->xType](event);
151 u8 type = event->xType;
H A Dirq.c147 if (event && (event->xType == HvLpEvent_Type_PciIo)) {
156 (int)event->xType);
H A Dmf.c259 hev->xType = HvLpEvent_Type_MachineFac;
522 if ((event != NULL) && (event->xType == HvLpEvent_Type_MachineFac)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/iseries/
H A Dhv_lp_event.h36 u8 xType; /* Type of message x01-x01 */ member in struct:HvLpEvent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_iseries.c101 hev->xType = HvLpEvent_Type_VirtualIo;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dviodasd.c319 hev->xType = HvLpEvent_Type_VirtualIo;

Completed in 135 milliseconds