Searched refs:queue_head (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp646 ehci_qh *queueHead = &fInterruptEntries[i].queue_head;
716 = fInterruptEntries[intervalIndex].queue_head.this_phy;
724 ehci_qh *firstLogical = &fInterruptEntries[0].queue_head;
727 fInterruptEntries[i].queue_head.next_phy = firstLogical->this_phy;
728 fInterruptEntries[i].queue_head.next_log = firstLogical;
729 fInterruptEntries[i].queue_head.prev_log = NULL;
905 transferData.queue_head = CreateQueueHead();
906 if (transferData.queue_head == NULL)
910 status_t result = InitQueueHead(transferData.queue_head, pipe);
912 FreeQueueHead(transferData.queue_head);
[all...]
H A Dehci_hardware.h270 ehci_qh queue_head; member in struct:__anon4
H A Dehci.h24 ehci_qh * queue_head; member in struct:transfer_data

Completed in 38 milliseconds