Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
DItLpQueue.c57 if ( nextLpEvent->xFlags.xValid ) { in ItLpQueue_getNextLpEvent()
81 retval = nextLpEvent->xFlags.xValid | lpQueue->xPlicOverflowIntPending; in ItLpQueue_isLpIntPending()
96 ((struct HvLpEvent*)((char*)event+3*LpEventAlign))->xFlags.xValid=0; in ItLpQueue_clearValid()
98 ((struct HvLpEvent*)((char*)event+2*LpEventAlign))->xFlags.xValid=0; in ItLpQueue_clearValid()
100 ((struct HvLpEvent*)((char*)event+1*LpEventAlign))->xFlags.xValid=0; in ItLpQueue_clearValid()
105 event->xFlags.xValid = 0; in ItLpQueue_clearValid()
Dviopath.c353 if (event->xFlags.xFunction == HvLpEvent_Function_Int) { in handleMonitorEvent()
419 if (event->xFlags.xFunction == HvLpEvent_Function_Int) { in handleConfig()
424 if ((event->xFlags.xFunction == HvLpEvent_Function_Int) && in handleConfig()
425 (event->xFlags.xAckInd == HvLpEvent_AckInd_DoAck)) { in handleConfig()
467 if (event->xFlags.xFunction == HvLpEvent_Function_Int) { in vio_handleEvent()
525 if ((event->xFlags.xFunction == HvLpEvent_Function_Int) && in vio_handleEvent()
526 (event->xFlags.xAckInd == HvLpEvent_AckInd_DoAck)) { in vio_handleEvent()
DXmPciLpEvent.c90 switch( eventParm->xFlags.xFunction ) { in XmPciLpEvent_handler()
98 …printk(KERN_ERR "XmPciLpEvent.c: Unexpected event function %d\n",(int)eventParm->xFlags.xFunction); in XmPciLpEvent_handler()
Dmf.c303 newElement->event.xHvLpEvent.xFlags.xValid = 1; in newStackElement()
304 newElement->event.xHvLpEvent.xFlags.xAckType = HvLpEvent_AckType_ImmediateAck; in newStackElement()
305 newElement->event.xHvLpEvent.xFlags.xAckInd = HvLpEvent_AckInd_DoAck; in newStackElement()
306 newElement->event.xHvLpEvent.xFlags.xFunction = HvLpEvent_Function_Int; in newStackElement()
581 switch( event->xFlags.xFunction ) in hvHandler()
Dmk_defs.c121 DEFINE(LPEVENTFLAGS, offsetof(struct HvLpEvent, xFlags)); in main()
/linux-2.4.37.9/include/asm-ppc64/iSeries/
DHvLpEvent.h55 struct HvEventFlags xFlags; // Event flags x00-x00 member