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

/freebsd-10-stable/sys/dev/aha/
H A Dahareg.h312 struct aha_softc { struct
378 void aha_alloc(struct aha_softc *);
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 *);
H A Daha.c95 static __inline void ahanextinbox(struct aha_softc *aha);
96 static __inline void ahanextoutbox(struct aha_softc *aha);
101 ahanextinbox(struct aha_softc *aha)
110 ahanextoutbox(struct aha_softc *aha)
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)
139 ahaccbptov(struct aha_softc *aha, uint32_t ccb_addr)
146 static struct aha_ccb* ahagetccb(struct aha_softc *aha);
147 static __inline void ahafreeccb(struct aha_softc *ah
[all...]
H A Daha_isa.c109 struct aha_softc *aha = device_get_softc(dev);
189 struct aha_softc *aha = device_get_softc(dev);
283 struct aha_softc *aha = (struct aha_softc *)device_get_softc(dev);
308 struct aha_softc aha;
357 sizeof(struct aha_softc),
H A Daha_mca.c120 struct aha_softc * sc = device_get_softc(dev);
224 sizeof(struct aha_softc *),

Completed in 163 milliseconds