Lines Matching refs:dpt_softc

185 static void	dpt_ccb_abort(struct dpt_softc *, struct dpt_ccb *);
186 static void dpt_ccb_done(struct dpt_softc *, struct dpt_ccb *);
187 static int dpt_ccb_map(struct dpt_softc *, struct dpt_ccb *);
188 static int dpt_ccb_poll(struct dpt_softc *, struct dpt_ccb *);
189 static void dpt_ccb_unmap(struct dpt_softc *, struct dpt_ccb *);
190 static int dpt_cmd(struct dpt_softc *, struct dpt_ccb *, int, int);
191 static void dpt_ctlrinfo(struct dpt_softc *, struct dpt_eata_ctlrinfo *);
192 static void dpt_hba_inquire(struct dpt_softc *, struct eata_inquiry_data **);
194 static int dpt_passthrough(struct dpt_softc *, struct eata_ucp *,
199 static void dpt_sysinfo(struct dpt_softc *, struct dpt_sysinfo *);
200 static int dpt_wait(struct dpt_softc *, u_int8_t, u_int8_t, int);
202 static inline struct dpt_ccb *dpt_ccb_alloc(struct dpt_softc *);
203 static inline void dpt_ccb_free(struct dpt_softc *, struct dpt_ccb *);
206 dpt_ccb_alloc(struct dpt_softc *sc)
220 dpt_ccb_free(struct dpt_softc *sc, struct dpt_ccb *ccb)
237 struct dpt_softc *sc;
319 dpt_init(struct dpt_softc *sc, const char *intrstr)
493 dpt_readcfg(struct dpt_softc *sc)
611 struct dpt_softc *sc;
630 dpt_cmd(struct dpt_softc *sc, struct dpt_ccb *ccb, int eatacmd, int icmd)
666 dpt_wait(struct dpt_softc *sc, u_int8_t mask, u_int8_t state, int ms)
684 dpt_ccb_poll(struct dpt_softc *sc, struct dpt_ccb *ccb)
718 dpt_ccb_done(struct dpt_softc *sc, struct dpt_ccb *ccb)
781 dpt_ccb_abort(struct dpt_softc *sc, struct dpt_ccb *ccb)
819 dpt_ccb_map(struct dpt_softc *sc, struct dpt_ccb *ccb)
889 dpt_ccb_unmap(struct dpt_softc *sc, struct dpt_ccb *ccb)
918 struct dpt_softc *sc;
925 sc = (struct dpt_softc *)chan->chan_adapter->adapt_dev;
1050 dpt_hba_inquire(struct dpt_softc *sc, struct eata_inquiry_data **ei)
1121 struct dpt_softc *sc;
1176 dpt_ctlrinfo(struct dpt_softc *sc, struct dpt_eata_ctlrinfo *info)
1195 dpt_sysinfo(struct dpt_softc *sc, struct dpt_sysinfo *info)
1267 dpt_passthrough(struct dpt_softc *sc, struct eata_ucp *ucp, struct lwp *l)