Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dsl811hs.c666 #define slhci_log_spipe(spipe) ((void)0) argument
682 #define LK_SLASSERT(exp, sc, spipe, xfer, ext) do { \ argument
690 #define UL_SLASSERT(exp, sc, spipe, xfer, ext) do { \ argument
699 #define LK_SLASSERT(exp, sc, spipe, xfer, ext) ((void)0) argument
700 #define UL_SLASSERT(exp, sc, spipe, xfer, ext) ((void)0) argument
758 enter_waitq(struct slhci_softc *sc, struct slhci_pipe *spipe) in enter_waitq()
764 enter_q(struct slhci_transfers *t, struct slhci_pipe *spipe, int i) in enter_q()
770 enter_callback(struct slhci_transfers *t, struct slhci_pipe *spipe) in enter_callback()
776 enter_all_pipes(struct slhci_transfers *t, struct slhci_pipe *spipe) in enter_all_pipes()
861 struct slhci_pipe *spipe = SLHCI_PIPE2SPIPE(pipe); in slhci_start() local
[all …]
H A Dsl811hsvar.h27 struct slhci_pipe *spipe[2]; /* current transfer (unless canceled) */ member