Lines Matching defs:xhci_std_temp
135 struct xhci_std_temp { struct
136 struct xhci_softc *sc;
137 struct usb_page_cache *pc;
138 struct xhci_td *td;
139 struct xhci_td *td_next;
140 uint32_t len;
141 uint32_t offset;
142 uint32_t max_packet_size;
143 uint32_t average;
144 uint32_t isoc_frame;
145 uint16_t isoc_delta;
146 uint8_t shortpkt;
147 uint8_t multishort;
148 uint8_t last_frame;
149 uint8_t trb_type;
150 uint8_t direction;
151 uint8_t tbc;
152 uint8_t tlbpc;
153 uint8_t step_td;
154 uint8_t do_isoc_sync;