Home | History | Annotate | Download | only in dev

Lines Matching defs:mesh_softc

98 struct mesh_softc {
135 static inline int mesh_read_reg(struct mesh_softc *, int);
136 static inline void mesh_set_reg(struct mesh_softc *, int, int);
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 *);
150 static void mesh_msgout(struct mesh_softc *, int);
151 static void mesh_bus_reset(struct mesh_softc *);
152 static void mesh_reset(struct mesh_softc *);
153 static int mesh_stp(struct mesh_softc *, int);
154 static void mesh_setsync(struct mesh_softc *, struct mesh_tinfo *);
155 static struct mesh_scb *mesh_get_scb(struct mesh_softc *);
156 static void mesh_free_scb(struct mesh_softc *, struct mesh_scb *);
159 static void mesh_sched(struct mesh_softc *);
160 static int mesh_poll(struct mesh_softc *, struct scsipi_xfer *);
161 static void mesh_done(struct mesh_softc *, struct mesh_scb *);
181 CFATTACH_DECL_NEW(mesh, sizeof(struct mesh_softc),
204 struct mesh_softc *sc = device_private(self);
280 mesh_read_reg(struct mesh_softc *sc, int reg)
286 mesh_set_reg(struct mesh_softc *sc, int reg, int val)
294 struct mesh_softc *sc;
321 struct mesh_softc *sc = arg;
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_dataio(struct mesh_softc
643 mesh_status(struct mesh_softc *sc, struct mesh_scb *scb)
666 mesh_msgin(struct mesh_softc *sc, struct mesh_scb *scb)
777 mesh_msgout(struct mesh_softc *sc, int msg)
828 mesh_bus_reset(struct mesh_softc *sc)
844 mesh_reset(struct mesh_softc *sc)
892 mesh_stp(struct mesh_softc *sc, int v)
906 mesh_setsync(struct mesh_softc *sc, struct mesh_tinfo *ti)
931 mesh_get_scb(struct mesh_softc *sc)
945 mesh_free_scb(struct mesh_softc *sc, struct mesh_scb *scb)
959 struct mesh_softc *sc = device_private(chan->chan_adapter->adapt_dev);
1039 mesh_sched(struct mesh_softc *sc)
1060 mesh_poll(struct mesh_softc *sc, struct scsipi_xfer *xs)
1077 mesh_done(struct mesh_softc *sc, struct mesh_scb *scb)
1112 struct mesh_softc *sc =