Searched refs:EHCIQueue (Results 1 – 2 of 2) sorted by relevance
43 typedef struct EHCIQueue EHCIQueue; typedef220 EHCIQueue *queue;232 struct EHCIQueue { struct234 QTAILQ_ENTRY(EHCIQueue) next; argument251 typedef QTAILQ_HEAD(EHCIQueueHead, EHCIQueue) EHCIQueueHead; argument
122 static int ehci_state_executing(EHCIQueue *q);123 static int ehci_state_writeback(EHCIQueue *q);124 static int ehci_state_advqueue(EHCIQueue *q);301 static void ehci_trace_qh(EHCIQueue *q, hwaddr addr, EHCIqh *qh) in ehci_trace_qh()319 static void ehci_trace_qtd(EHCIQueue *q, hwaddr addr, EHCIqtd *qtd) in ehci_trace_qtd()431 static bool ehci_verify_qh(EHCIQueue *q, EHCIqh *qh) in ehci_verify_qh()462 static bool ehci_verify_pid(EHCIQueue *q, EHCIqtd *qtd) in ehci_verify_pid()479 EHCIQueue *q = p->queue; in ehci_writeback_async_complete_packet()506 static EHCIPacket *ehci_alloc_packet(EHCIQueue *q) in ehci_alloc_packet()547 static EHCIQueue *ehci_alloc_queue(EHCIState *ehci, uint32_t addr, int async) in ehci_alloc_queue()[all …]