Home
last modified time | relevance | path

Searched defs:slhci_pipe (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dsl811hs.c254 struct slhci_pipe { struct
255 struct usbd_pipe pipe;
256 struct usbd_xfer *xfer; /* xfer in progress */
257 uint8_t *buffer; /* I/O buffer (if needed) */
258 struct gcq ap; /* All pipes */
259 struct gcq to; /* Timeout list */
260 struct gcq xq; /* Xfer queues */
284 #define SLHCI_PIPE2SPIPE(pipe) ((struct slhci_pipe *)(pipe)) argument