Searched defs:_IODataQueueMemory (Results 1 – 2 of 2) sorted by relevance
57 typedef struct _IODataQueueMemory { struct58 UInt32 queueSize;59 volatile UInt32 head;60 volatile UInt32 tail;61 IODataQueueEntry queue[1];
8 typedef struct _IODataQueueMemory { struct9 volatile uint32_t head;10 volatile uint32_t tail;11 volatile uint8_t needServicedCallback;12 volatile uint8_t _resv[31];13 IODataQueueEntry queue[0];