Lines Matching refs:IODataQueueEntry
4 } IODataQueueEntry; typedef
6 #define DATA_QUEUE_ENTRY_HEADER_SIZE sizeof(IODataQueueEntry)
13 IODataQueueEntry queue[0];
295 IODataQueueEntry * entry = NULL; in Peek()
312 IODataQueueEntry * head = NULL; in Peek()
320 head = (IODataQueueEntry *)((uintptr_t)dataQueue->queue + headOffset); in Peek()
381 IODataQueueEntry * entry = NULL; in DequeueWithCoalesce()
399 IODataQueueEntry * head = NULL; in DequeueWithCoalesce()
407 head = (IODataQueueEntry *)((uintptr_t)dataQueue->queue + headOffset); in DequeueWithCoalesce()
494 IODataQueueEntry * entry; in EnqueueWithCoalesce()
533 entry = (IODataQueueEntry *)((uintptr_t)dataQueue->queue + tail); in EnqueueWithCoalesce()
545 entry = (IODataQueueEntry *)((uintptr_t)dataQueue->queue); in EnqueueWithCoalesce()
559 ((IODataQueueEntry *)((uintptr_t)dataQueue->queue + tail))->size = dataSize; in EnqueueWithCoalesce()
571 entry = (IODataQueueEntry *)((uintptr_t)dataQueue->queue + tail); in EnqueueWithCoalesce()