Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/platforms/iseries/
Dlpevents.c145 if (event->xType < HvLpEvent_Type_NumTypes) in process_hvlpevents()
146 __get_cpu_var(hvlpevent_counts)[event->xType]++; in process_hvlpevents()
147 if (event->xType < HvLpEvent_Type_NumTypes && in process_hvlpevents()
148 lpEventHandler[event->xType]) in process_hvlpevents()
149 lpEventHandler[event->xType](event); in process_hvlpevents()
151 u8 type = event->xType; in process_hvlpevents()
Dirq.c147 if (event && (event->xType == HvLpEvent_Type_PciIo)) { in pci_event_handler()
156 (int)event->xType); in pci_event_handler()
Dmf.c259 hev->xType = HvLpEvent_Type_MachineFac; in new_pending_event()
522 if ((event != NULL) && (event->xType == HvLpEvent_Type_MachineFac)) { in hv_handler()
/linux-2.6.39/arch/powerpc/include/asm/iseries/
Dhv_lp_event.h36 u8 xType; /* Type of message x01-x01 */ member
/linux-2.6.39/drivers/tty/hvc/
Dhvc_iseries.c101 hev->xType = HvLpEvent_Type_VirtualIo; in init_data_event()
/linux-2.6.39/drivers/block/
Dviodasd.c320 hev->xType = HvLpEvent_Type_VirtualIo; in send_request()