Searched defs:XHCIEPContext (Results 1 – 2 of 2) sorted by relevance
271 struct XHCIEPContext { struct272 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;282 unsigned int max_psize;[all …]
36 typedef struct XHCIEPContext XHCIEPContext; typedef