Symbol: slhci_pipe
sys/dev/ic/sl811hs.c
1026
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
1244
sc->sc_bus.ub_pipesize = sizeof(struct slhci_pipe);
sys/dev/ic/sl811hs.c
1324
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
1350
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
1365
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
1443
slhci_lock_call(struct slhci_softc *sc, LockCallFunc lcf, struct slhci_pipe
sys/dev/ic/sl811hs.c
1457
slhci_start_entry(struct slhci_softc *sc, struct slhci_pipe *spipe)
sys/dev/ic/sl811hs.c
1756
struct slhci_pipe *tosp;
sys/dev/ic/sl811hs.c
1933
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
2217
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
2279
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
2360
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
2401
slhci_enter_xfer(struct slhci_softc *sc, struct slhci_pipe *spipe)
sys/dev/ic/sl811hs.c
2432
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
2441
slhci_queue_timed(struct slhci_softc *sc, struct slhci_pipe *spipe)
sys/dev/ic/sl811hs.c
2445
struct slhci_pipe *spp;
sys/dev/ic/sl811hs.c
2456
slhci_xfer_timer(struct slhci_softc *sc, struct slhci_pipe *spipe)
sys/dev/ic/sl811hs.c
2460
struct slhci_pipe *spp;
sys/dev/ic/sl811hs.c
2516
slhci_do_poll(struct slhci_softc *sc, struct slhci_pipe *spipe, struct
sys/dev/ic/sl811hs.c
2525
slhci_lsvh_warn(struct slhci_softc *sc, struct slhci_pipe *spipe, struct
sys/dev/ic/sl811hs.c
2544
slhci_isoc_warn(struct slhci_softc *sc, struct slhci_pipe *spipe, struct
sys/dev/ic/sl811hs.c
2563
slhci_open_pipe(struct slhci_softc *sc, struct slhci_pipe *spipe, struct
sys/dev/ic/sl811hs.c
2583
slhci_close_pipe(struct slhci_softc *sc, struct slhci_pipe *spipe, struct
sys/dev/ic/sl811hs.c
2597
slhci_do_abort(struct slhci_softc *sc, struct slhci_pipe *spipe, struct
sys/dev/ic/sl811hs.c
2639
slhci_halt(struct slhci_softc *sc, struct slhci_pipe *spipe,
sys/dev/ic/sl811hs.c
2713
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
2772
struct slhci_pipe *spipe;
sys/dev/ic/sl811hs.c
284
#define SLHCI_PIPE2SPIPE(pipe) ((struct slhci_pipe *)(pipe))
sys/dev/ic/sl811hs.c
2957
slhci_reserve_bustime(struct slhci_softc *sc, struct slhci_pipe *spipe, int
sys/dev/ic/sl811hs.c
3466
slhci_log_spipe(struct slhci_pipe *spipe)
sys/dev/ic/sl811hs.c
3505
struct slhci_pipe, to), 0,0,0);
sys/dev/ic/sl811hs.c
3513
slhci_log_slreq(struct slhci_pipe *r)
sys/dev/ic/sl811hs.c
414
typedef usbd_status (*LockCallFunc)(struct slhci_softc *, struct slhci_pipe
sys/dev/ic/sl811hs.c
449
struct slhci_pipe *, struct usbd_xfer *);
sys/dev/ic/sl811hs.c
450
void slhci_start_entry(struct slhci_softc *, struct slhci_pipe *);
sys/dev/ic/sl811hs.c
472
static void slhci_enter_xfer(struct slhci_softc *, struct slhci_pipe *);
sys/dev/ic/sl811hs.c
474
static void slhci_queue_timed(struct slhci_softc *, struct slhci_pipe *);
sys/dev/ic/sl811hs.c
475
static void slhci_xfer_timer(struct slhci_softc *, struct slhci_pipe *);
sys/dev/ic/sl811hs.c
483
static usbd_status slhci_do_poll(struct slhci_softc *, struct slhci_pipe *,
sys/dev/ic/sl811hs.c
485
static usbd_status slhci_lsvh_warn(struct slhci_softc *, struct slhci_pipe *,
sys/dev/ic/sl811hs.c
487
static usbd_status slhci_isoc_warn(struct slhci_softc *, struct slhci_pipe *,
sys/dev/ic/sl811hs.c
489
static usbd_status slhci_open_pipe(struct slhci_softc *, struct slhci_pipe *,
sys/dev/ic/sl811hs.c
491
static usbd_status slhci_close_pipe(struct slhci_softc *, struct slhci_pipe *,
sys/dev/ic/sl811hs.c
493
static usbd_status slhci_do_abort(struct slhci_softc *, struct slhci_pipe *,
sys/dev/ic/sl811hs.c
495
static usbd_status slhci_halt(struct slhci_softc *, struct slhci_pipe *,
sys/dev/ic/sl811hs.c
501
static int slhci_reserve_bustime(struct slhci_softc *, struct slhci_pipe *,
sys/dev/ic/sl811hs.c
519
void slhci_log_spipe(struct slhci_pipe *);
sys/dev/ic/sl811hs.c
522
void slhci_log_slreq(struct slhci_pipe *);
sys/dev/ic/sl811hs.c
734
GCQ_GOT_FIRST_TYPED(tvar, &(t)->to, struct slhci_pipe, to)
sys/dev/ic/sl811hs.c
737
GCQ_FIND_TYPED(var, &(t)->to, tvar, struct slhci_pipe, to, cond)
sys/dev/ic/sl811hs.c
740
GCQ_FOREACH_TYPED(var, &(t)->ap, tvar, struct slhci_pipe, ap)
sys/dev/ic/sl811hs.c
743
GCQ_GOT_FIRST_COND_TYPED(tvar, &(t)->timed, struct slhci_pipe, xq, cond)
sys/dev/ic/sl811hs.c
746
GCQ_GOT_FIRST_TYPED(tvar, &(t)->q[Q_CB], struct slhci_pipe, xq)
sys/dev/ic/sl811hs.c
749
GCQ_DEQUEUED_FIRST_TYPED(tvar, &(t)->q[Q_CALLBACKS], struct slhci_pipe, xq)
sys/dev/ic/sl811hs.c
752
GCQ_FIND_TYPED(var, &(t)->timed, tvar, struct slhci_pipe, xq, cond)
sys/dev/ic/sl811hs.c
755
GCQ_DEQUEUED_FIRST_TYPED(tvar, &(sc)->sc_waitq, struct slhci_pipe, xq)
sys/dev/ic/sl811hs.c
758
enter_waitq(struct slhci_softc *sc, struct slhci_pipe *spipe)
sys/dev/ic/sl811hs.c
764
enter_q(struct slhci_transfers *t, struct slhci_pipe *spipe, int i)
sys/dev/ic/sl811hs.c
770
enter_callback(struct slhci_transfers *t, struct slhci_pipe *spipe)
sys/dev/ic/sl811hs.c
776
enter_all_pipes(struct slhci_transfers *t, struct slhci_pipe *spipe)
sys/dev/ic/sl811hs.c
861
struct slhci_pipe *spipe = SLHCI_PIPE2SPIPE(pipe);
sys/dev/ic/sl811hs.c
996
struct slhci_pipe *spipe __diagused;
sys/dev/ic/sl811hsvar.h
22
struct slhci_pipe;
sys/dev/ic/sl811hsvar.h
27
struct slhci_pipe *spipe[2]; /* current transfer (unless canceled) */