Home | History | Annotate | Download | only in dev

Lines Matching defs:mesh_scb

82 struct mesh_scb {
83 TAILQ_ENTRY(mesh_scb) chain;
118 struct mesh_scb *sc_nexus; /* current command */
125 TAILQ_HEAD(, mesh_scb) free_scb;
126 TAILQ_HEAD(, mesh_scb) ready_scb;
127 struct mesh_scb sc_scb[16];
142 static void mesh_error(struct mesh_softc *, struct mesh_scb *, int, int);
143 static void mesh_select(struct mesh_softc *, struct mesh_scb *);
144 static void mesh_identify(struct mesh_softc *, struct mesh_scb *);
145 static void mesh_command(struct mesh_softc *, struct mesh_scb *);
146 static void mesh_dma_setup(struct mesh_softc *, struct mesh_scb *);
147 static void mesh_dataio(struct mesh_softc *, struct mesh_scb *);
148 static void mesh_status(struct mesh_softc *, struct mesh_scb *);
149 static void mesh_msgin(struct mesh_softc *, struct mesh_scb *);
155 static struct mesh_scb *mesh_get_scb(struct mesh_softc *);
156 static void mesh_free_scb(struct mesh_softc *, struct mesh_scb *);
161 static void mesh_done(struct mesh_softc *, struct mesh_scb *);
322 struct mesh_scb *scb;
450 mesh_error(struct mesh_softc *sc, struct mesh_scb *scb, int error, int exception)
481 mesh_select(struct mesh_softc *sc, struct mesh_scb *scb)
521 mesh_identify(struct mesh_softc *sc, struct mesh_scb *scb)
540 mesh_command(struct mesh_softc *sc, struct mesh_scb *scb)
568 mesh_dma_setup(struct mesh_softc *sc, struct mesh_scb *scb)
621 mesh_scb *scb)
643 mesh_status(struct mesh_softc *sc, struct mesh_scb *scb)
666 mesh_msgin(struct mesh_softc *sc, struct mesh_scb *scb)
779 struct mesh_scb *scb = sc->sc_nexus;
930 struct mesh_scb *
933 struct mesh_scb *scb;
945 mesh_free_scb(struct mesh_softc *sc, struct mesh_scb *scb)
960 struct mesh_scb *scb;
1041 struct mesh_scb *scb;
1077 mesh_done(struct mesh_softc *sc, struct mesh_scb *scb)
1111 struct mesh_scb *scb = arg;