Searched defs:slhci_transfers (Results 1 – 1 of 1) sorted by relevance
25 struct slhci_transfers { struct26 struct usbd_xfer *rootintr;27 struct slhci_pipe *spipe[2]; /* current transfer (unless canceled) */28 struct gcq_head q[3]; /* transfer queues, Q_* index */29 struct gcq_head timed; /* intr transfer multi-frame wait */30 struct gcq_head to; /* timeout list */31 struct gcq_head ap; /* all pipes */32 Frame frame; /* current frame */33 unsigned int flags; /* F_* flags */34 int pend; /* pending for waitintr */[all …]