Searched refs:dpt_softc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Ddptvar.h66 struct dpt_softc { struct
93 void dpt_init(struct dpt_softc *, const char *);
95 int dpt_readcfg(struct dpt_softc *);
H A Ddpt.c195 static void dpt_ccb_abort(struct dpt_softc *, struct dpt_ccb *);
196 static void dpt_ccb_done(struct dpt_softc *, struct dpt_ccb *);
197 static int dpt_ccb_map(struct dpt_softc *, struct dpt_ccb *);
198 static int dpt_ccb_poll(struct dpt_softc *, struct dpt_ccb *);
199 static void dpt_ccb_unmap(struct dpt_softc *, struct dpt_ccb *);
200 static int dpt_cmd(struct dpt_softc *, struct dpt_ccb *, int, int);
201 static void dpt_ctlrinfo(struct dpt_softc *, struct dpt_eata_ctlrinfo *);
202 static void dpt_hba_inquire(struct dpt_softc *, struct eata_inquiry_data **);
204 static int dpt_passthrough(struct dpt_softc *, struct eata_ucp *,
209 static void dpt_sysinfo(struct dpt_softc *, struc
[all...]
/netbsd-current/sys/dev/pci/
H A Ddpt_pci.c62 CFATTACH_DECL_NEW(dpt_pci, sizeof(struct dpt_softc),
83 struct dpt_softc *sc;
/netbsd-current/sys/dev/eisa/
H A Ddpt_eisa.c64 CFATTACH_DECL_NEW(dpt_eisa, sizeof(struct dpt_softc),
120 struct dpt_softc *sc;
/netbsd-current/sys/dev/isa/
H A Ddpt_isa.c68 CFATTACH_DECL_NEW(dpt_isa, sizeof(struct dpt_softc),
261 struct dpt_softc *sc;

Completed in 206 milliseconds