Lines Matching defs:qh_addr
87 uint32_t qh_addr;
123 static UHCIQueue *uhci_queue_new(UHCIState *s, uint32_t qh_addr, UHCI_TD *td,
130 queue->qh_addr = qh_addr;
169 static bool uhci_queue_verify(UHCIQueue *queue, uint32_t qh_addr, UHCI_TD *td,
175 return queue->qh_addr == qh_addr &&
731 static int uhci_handle_td(UHCIState *s, UHCIQueue *q, uint32_t qh_addr,
743 if (uhci_queue_verify(async->queue, qh_addr, td, td_addr, queuing)) {
754 if (q && !uhci_queue_verify(q, qh_addr, td, td_addr, queuing)) {
839 q = uhci_queue_new(s, qh_addr, td, ep);
963 ret = uhci_handle_td(q->uhci, q, q->qh_addr, &ptd, plink, &int_mask);