Searched refs:nextLpEvent (Results 1 – 1 of 1) sorted by relevance
55 struct HvLpEvent * nextLpEvent = in ItLpQueue_getNextLpEvent() local57 if ( nextLpEvent->xFlags.xValid ) { in ItLpQueue_getNextLpEvent()61 lpQueue->xSlicCurEventPtr += ((nextLpEvent->xSizeMinus1 + in ItLpQueue_getNextLpEvent()70 nextLpEvent = NULL; in ItLpQueue_getNextLpEvent()72 return nextLpEvent; in ItLpQueue_getNextLpEvent()78 struct HvLpEvent * nextLpEvent; in ItLpQueue_isLpIntPending() local80 nextLpEvent = (struct HvLpEvent *)lpQueue->xSlicCurEventPtr; in ItLpQueue_isLpIntPending()81 retval = nextLpEvent->xFlags.xValid | lpQueue->xPlicOverflowIntPending; in ItLpQueue_isLpIntPending()111 struct HvLpEvent * nextLpEvent; in ItLpQueue_process() local123 nextLpEvent = ItLpQueue_getNextLpEvent( lpQueue ); in ItLpQueue_process()[all …]