HomeSort by: relevance | last modified time | path
    Searched defs:spipe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
sl811hsvar.h 27 struct slhci_pipe *spipe[2]; /* current transfer (unless canceled) */ member in struct:slhci_transfers
sl811hs.c 666 #define slhci_log_spipe(spipe) ((void)0)
682 #define LK_SLASSERT(exp, sc, spipe, xfer, ext) do { \
686 slhci_halt(sc, spipe, xfer); \
690 #define UL_SLASSERT(exp, sc, spipe, xfer, ext) do { \
694 slhci_lock_call(sc, &slhci_halt, spipe, xfer); \
699 #define LK_SLASSERT(exp, sc, spipe, xfer, ext) ((void)0)
700 #define UL_SLASSERT(exp, sc, spipe, xfer, ext) ((void)0)
758 enter_waitq(struct slhci_softc *sc, struct slhci_pipe *spipe)
760 gcq_insert_tail(&sc->sc_waitq, &spipe->xq);
764 enter_q(struct slhci_transfers *t, struct slhci_pipe *spipe, int i
861 struct slhci_pipe *spipe = SLHCI_PIPE2SPIPE(pipe); local in function:slhci_start
1026 struct slhci_pipe *spipe; local in function:slhci_open
1324 struct slhci_pipe *spipe; local in function:slhci_abort
1350 struct slhci_pipe *spipe; local in function:slhci_close
1365 struct slhci_pipe *spipe; local in function:slhci_clear_toggle
1933 struct slhci_pipe *spipe; local in function:slhci_abdone
2217 struct slhci_pipe *spipe; local in function:slhci_tstart
2279 struct slhci_pipe *spipe; local in function:slhci_dotransfer
2360 struct slhci_pipe *spipe; local in function:slhci_callback
2432 struct slhci_pipe *spipe; local in function:slhci_enter_xfers
2713 struct slhci_pipe *spipe; local in function:slhci_drain
2772 struct slhci_pipe *spipe; local in function:slhci_reset
    [all...]

Completed in 44 milliseconds