Home
last modified time | relevance | path

Searched refs:uha_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/ic/
Duhavar.h40 struct uha_softc { struct
50 void (*start_mbox)(struct uha_softc *, struct uha_mscp *); argument
51 int (*poll)(struct uha_softc *, struct scsipi_xfer *, int); argument
52 void (*init)(struct uha_softc *); argument
75 void uha_attach(struct uha_softc *, struct uha_probe_data *); argument
77 struct uha_mscp *uha_mscp_phys_kv(struct uha_softc *, u_long);
78 void uha_done(struct uha_softc *, struct uha_mscp *);
Duha.c90 integrate void uha_reset_mscp(struct uha_softc *, struct uha_mscp *);
91 void uha_free_mscp(struct uha_softc *, struct uha_mscp *);
92 integrate int uha_init_mscp(struct uha_softc *, struct uha_mscp *);
93 struct uha_mscp *uha_get_mscp(struct uha_softc *);
96 int uha_create_mscps(struct uha_softc *, struct uha_mscp *, int);
104 uha_attach(struct uha_softc *sc, struct uha_probe_data *upd) in uha_attach()
197 uha_reset_mscp(struct uha_softc *sc, struct uha_mscp *mscp) in uha_reset_mscp()
207 uha_free_mscp(struct uha_softc *sc, struct uha_mscp *mscp) in uha_free_mscp()
218 uha_init_mscp(struct uha_softc *sc, struct uha_mscp *mscp) in uha_init_mscp()
252 uha_create_mscps(struct uha_softc *sc, struct uha_mscp *mscpstore, int count) in uha_create_mscps()
[all …]
/netbsd/src/sys/dev/isa/
Duha_isa.c61 CFATTACH_DECL_NEW(uha_isa, sizeof(struct uha_softc),
69 void u14_start_mbox(struct uha_softc *, struct uha_mscp *);
70 int u14_poll(struct uha_softc *, struct scsipi_xfer *, int);
72 void u14_init(struct uha_softc *);
138 struct uha_softc *sc = device_private(self); in uha_isa_attach()
280 u14_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp) in u14_start_mbox()
314 u14_poll(struct uha_softc *sc, struct scsipi_xfer *xs, int count) in u14_poll()
340 struct uha_softc *sc = arg; in u14_intr()
389 u14_init(struct uha_softc *sc) in u14_init()
/netbsd/src/sys/dev/eisa/
Duha_eisa.c62 CFATTACH_DECL_NEW(uha_eisa, sizeof(struct uha_softc),
71 static void u24_start_mbox(struct uha_softc *, struct uha_mscp *);
72 static int u24_poll(struct uha_softc *, struct scsipi_xfer *, int);
74 static void u24_init(struct uha_softc *);
116 struct uha_softc *sc = device_private(self); in uha_eisa_attach()
229 u24_start_mbox(struct uha_softc *sc, struct uha_mscp *mscp) in u24_start_mbox()
260 u24_poll(struct uha_softc *sc, struct scsipi_xfer *xs, int count) in u24_poll()
283 struct uha_softc *sc = arg; in u24_intr()
331 u24_init(struct uha_softc *sc) in u24_init()