aha_softc
static int aha_poll(struct aha_softc *, struct scsipi_xfer *, int);
aha_inquire_setup_information(struct aha_softc *sc)
static int aha_create_ccbs(struct aha_softc *, struct aha_ccb *, int);
struct aha_softc *sc = device_private(chan->chan_adapter->adapt_dev);
aha_cmd(bus_space_tag_t iot, bus_space_handle_t ioh, struct aha_softc *sc,
aha_poll(struct aha_softc *sc, struct scsipi_xfer *xs, int count)
struct aha_softc *sc =
aha_attach(struct aha_softc *sc, struct aha_probe_data *apd)
aha_finish_ccbs(struct aha_softc *sc)
struct aha_softc *sc = arg;
aha_reset_ccb(struct aha_softc *sc, struct aha_ccb *ccb)
aha_free_ccb(struct aha_softc *sc, struct aha_ccb *ccb)
aha_init_ccb(struct aha_softc *sc, struct aha_ccb *ccb)
aha_create_ccbs(struct aha_softc *sc, struct aha_ccb *ccbstore, int count)
aha_get_ccb(struct aha_softc *sc)
aha_ccb_phys_kv(struct aha_softc *sc, u_long ccb_phys)
aha_queue_ccb(struct aha_softc *sc, struct aha_ccb *ccb)
aha_collect_mbo(struct aha_softc *sc)
aha_start_ccbs(struct aha_softc *sc)
aha_done(struct aha_softc *sc, struct aha_ccb *ccb)
aha_cmd(iot, ioh, (struct aha_softc *)0,
aha_init(struct aha_softc *sc)
struct aha_softc *, int, u_char *, int, u_char *);
static void aha_finish_ccbs(struct aha_softc *);
static void aha_free_ccb(struct aha_softc *, struct aha_ccb *);
static int aha_init_ccb(struct aha_softc *, struct aha_ccb *);
static struct aha_ccb *aha_get_ccb(struct aha_softc *);
static struct aha_ccb *aha_ccb_phys_kv(struct aha_softc *, u_long);
static void aha_queue_ccb(struct aha_softc *, struct aha_ccb *);
static void aha_collect_mbo(struct aha_softc *);
static void aha_start_ccbs(struct aha_softc *);
static void aha_done(struct aha_softc *, struct aha_ccb *);
static int aha_init(struct aha_softc *);
static void aha_inquire_setup_information(struct aha_softc *);
void aha_attach(struct aha_softc *, struct aha_probe_data *);
struct aha_softc *sc = device_private(self);
CFATTACH_DECL_NEW(aha_isa, sizeof(struct aha_softc),
CFATTACH_DECL_NEW(aha_isapnp, sizeof(struct aha_softc),
struct aha_softc *sc = device_private(self);
struct aha_softc *sc = device_private(self);
CFATTACH_DECL_NEW(aha_mca, sizeof(struct aha_softc),