Lines Matching defs:slhci_transfers
25 struct slhci_transfers { struct
26 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 */
58 struct slhci_transfers sc_transfers; /* Info useful in transfers. */ argument