Searched refs:XHCITransfer (Results 1 – 1 of 1) sorted by relevance
237 typedef struct XHCITransfer { struct262 QTAILQ_ENTRY(XHCITransfer) next; argument263 } XHCITransfer; typedef278 QTAILQ_HEAD(, XHCITransfer) transfers;279 XHCITransfer *retry;310 static void xhci_xfer_report(XHCITransfer *xfer);1153 static XHCITransfer *xhci_ep_alloc_xfer(XHCIEPContext *epctx, in xhci_ep_alloc_xfer()1157 XHCITransfer *xfer; in xhci_ep_alloc_xfer()1163 xfer = g_new0(XHCITransfer, 1); in xhci_ep_alloc_xfer()1175 static void xhci_ep_free_xfer(XHCITransfer *xfer) in xhci_ep_free_xfer()[all …]