ehci_qh
ehci_qh *queueHead = transferData->queue_head;
ehci_qh *prevHead = queueHead->prev_log;
ehci_qh *nextHead = queueHead->next_log;
ehci_qh *queueHead = CreateQueueHead();
EHCI::AddPendingTransfer(Transfer *transfer, ehci_qh *queueHead,
ehci_qh *lastFreeListHead = NULL;
ehci_qh *freeListHead = fFreeListHead;
ehci_qh *current = freeListHead;
ehci_qh *next = current->next_log;
ehci_qh *
ehci_qh *result;
sizeof(ehci_qh)) != B_OK) {
fStack->FreeChunk(result, physicalAddress, sizeof(ehci_qh));
EHCI::InitQueueHead(ehci_qh *queueHead, Pipe *pipe)
EHCI::FreeQueueHead(ehci_qh *queueHead)
sizeof(ehci_qh));
EHCI::LinkQueueHead(ehci_qh *queueHead)
ehci_qh *prevHead = fAsyncQueueHead->prev_log;
EHCI::LinkInterruptQueueHead(ehci_qh *queueHead, Pipe *pipe)
ehci_qh *interruptQueue = &fInterruptEntries[interval - 1].queue_head;
EHCI::UnlinkQueueHead(ehci_qh *queueHead, ehci_qh **freeListHead)
ehci_qh *prevHead = queueHead->prev_log;
ehci_qh *nextHead = queueHead->next_log;
EHCI::FillQueueWithRequest(Transfer *transfer, ehci_qh *queueHead,
EHCI::FillQueueWithData(Transfer *transfer, ehci_qh *queueHead,
EHCI::_FillQueueWithPhysicalData(Transfer *transfer, ehci_qh *queueHead,
print_queue(ehci_qh *queueHead)
ehci_qh *queueHead = &fInterruptEntries[i].queue_head;
ehci_qh *firstLogical = &fInterruptEntries[0].queue_head;
EHCI::LinkAsyncDebugQueueHead(ehci_qh *queueHead)
ehci_qh *prevHead = fAsyncQueueHead->prev_log;
EHCI::LinkPeriodicDebugQueueHead(ehci_qh *queueHead, Pipe *pipe)
ehci_qh *interruptQueue = &fInterruptEntries[0].queue_head;
ehci_qh *queueHead,
ehci_qh * CreateQueueHead();
status_t InitQueueHead(ehci_qh *queueHead,
void FreeQueueHead(ehci_qh *queueHead);
status_t LinkQueueHead(ehci_qh *queueHead);
status_t LinkInterruptQueueHead(ehci_qh *queueHead,
status_t UnlinkQueueHead(ehci_qh *queueHead,
ehci_qh **freeList);
ehci_qh *queueHead,
ehci_qh *queueHead,
ehci_qh *queueHead,
ehci_qh * fAsyncQueueHead;
ehci_qh * fFreeListHead;
ehci_qh * queue_head;
void LinkAsyncDebugQueueHead(ehci_qh *queueHead);
ehci_qh *queueHead, Pipe *pipe);
struct ehci_qh *next_log;
struct ehci_qh *prev_log;
ehci_qh queue_head;