Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aha/
HDaha.c95 static __inline void ahanextinbox(struct aha_softc *aha);
96 static __inline void ahanextoutbox(struct aha_softc *aha);
101 ahanextinbox(struct aha_softc *aha) in ahanextinbox()
110 ahanextoutbox(struct aha_softc *aha) in ahanextoutbox()
127 static __inline uint32_t ahaccbvtop(struct aha_softc *aha,
129 static __inline struct aha_ccb* ahaccbptov(struct aha_softc *aha,
133 ahaccbvtop(struct aha_softc *aha, struct aha_ccb *accb) in ahaccbvtop()
139 ahaccbptov(struct aha_softc *aha, uint32_t ccb_addr) in ahaccbptov()
146 static struct aha_ccb* ahagetccb(struct aha_softc *aha);
147 static __inline void ahafreeccb(struct aha_softc *aha, struct aha_ccb *accb);
[all …]
HDahareg.h312 struct aha_softc { struct
378 void aha_alloc(struct aha_softc *); argument
379 int aha_attach(struct aha_softc *);
380 int aha_cmd(struct aha_softc *, aha_op_t, uint8_t *, u_int, uint8_t *, u_int,
382 int aha_detach(struct aha_softc *);
383 int aha_fetch_adapter_info(struct aha_softc *);
385 void aha_free(struct aha_softc *);
386 int aha_init(struct aha_softc *);
388 int aha_probe(struct aha_softc *);
HDaha_isa.c109 struct aha_softc *aha = device_get_softc(dev); in aha_isa_probe()
189 struct aha_softc *aha = device_get_softc(dev); in aha_isa_attach()
283 struct aha_softc *aha = (struct aha_softc *)device_get_softc(dev); in aha_isa_detach()
308 struct aha_softc aha; in aha_isa_identify()
357 sizeof(struct aha_softc),
HDaha_mca.c120 struct aha_softc * sc = device_get_softc(dev); in aha_mca_attach()