Searched refs:xFlags (Results 1 – 6 of 6) sorted by relevance
57 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()
353 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()
90 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()
303 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()
121 DEFINE(LPEVENTFLAGS, offsetof(struct HvLpEvent, xFlags)); in main()
55 struct HvEventFlags xFlags; // Event flags x00-x00 member