Searched defs:xhci_ring (Results 1 – 1 of 1) sorted by relevance
1003 struct xhci_ring { struct1004 struct xhci_segment *first_seg;1005 union xhci_trb *enqueue;1006 struct xhci_segment *enq_seg;1007 union xhci_trb *dequeue;1008 struct xhci_segment *deq_seg;1014 volatile u32 cycle_state;1015 unsigned int num_segs;
Completed in 14 milliseconds