Home
last modified time | relevance | path

Searched defs:XHCIEPContext (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c271 struct XHCIEPContext { struct
272 XHCIState *xhci;
273 unsigned int slotid;
274 unsigned int epid;
276 XHCIRing ring;
277 uint32_t xfer_count;
279 XHCITransfer *retry;
280 EPType type;
281 dma_addr_t pctx;
283 uint32_t state;
[all …]
H A Dhcd-xhci.h36 typedef struct XHCIEPContext XHCIEPContext; typedef