Symbol: aha_softc
sys/dev/ic/aha.c
101
static int aha_poll(struct aha_softc *, struct scsipi_xfer *, int);
sys/dev/ic/aha.c
1023
aha_inquire_setup_information(struct aha_softc *sc)
sys/dev/ic/aha.c
103
static int aha_create_ccbs(struct aha_softc *, struct aha_ccb *, int);
sys/dev/ic/aha.c
1131
struct aha_softc *sc = device_private(chan->chan_adapter->adapt_dev);
sys/dev/ic/aha.c
123
aha_cmd(bus_space_tag_t iot, bus_space_handle_t ioh, struct aha_softc *sc,
sys/dev/ic/aha.c
1311
aha_poll(struct aha_softc *sc, struct scsipi_xfer *xs, int count)
sys/dev/ic/aha.c
1339
struct aha_softc *sc =
sys/dev/ic/aha.c
241
aha_attach(struct aha_softc *sc, struct aha_probe_data *apd)
sys/dev/ic/aha.c
284
aha_finish_ccbs(struct aha_softc *sc)
sys/dev/ic/aha.c
392
struct aha_softc *sc = arg;
sys/dev/ic/aha.c
435
aha_reset_ccb(struct aha_softc *sc, struct aha_ccb *ccb)
sys/dev/ic/aha.c
445
aha_free_ccb(struct aha_softc *sc, struct aha_ccb *ccb)
sys/dev/ic/aha.c
456
aha_init_ccb(struct aha_softc *sc, struct aha_ccb *ccb)
sys/dev/ic/aha.c
491
aha_create_ccbs(struct aha_softc *sc, struct aha_ccb *ccbstore, int count)
sys/dev/ic/aha.c
518
aha_get_ccb(struct aha_softc *sc)
sys/dev/ic/aha.c
537
aha_ccb_phys_kv(struct aha_softc *sc, u_long ccb_phys)
sys/dev/ic/aha.c
554
aha_queue_ccb(struct aha_softc *sc, struct aha_ccb *ccb)
sys/dev/ic/aha.c
565
aha_collect_mbo(struct aha_softc *sc)
sys/dev/ic/aha.c
597
aha_start_ccbs(struct aha_softc *sc)
sys/dev/ic/aha.c
658
aha_done(struct aha_softc *sc, struct aha_ccb *ccb)
sys/dev/ic/aha.c
788
aha_cmd(iot, ioh, (struct aha_softc *)0,
sys/dev/ic/aha.c
849
aha_init(struct aha_softc *sc)
sys/dev/ic/aha.c
86
struct aha_softc *, int, u_char *, int, u_char *);
sys/dev/ic/aha.c
87
static void aha_finish_ccbs(struct aha_softc *);
sys/dev/ic/aha.c
88
static void aha_free_ccb(struct aha_softc *, struct aha_ccb *);
sys/dev/ic/aha.c
89
static int aha_init_ccb(struct aha_softc *, struct aha_ccb *);
sys/dev/ic/aha.c
90
static struct aha_ccb *aha_get_ccb(struct aha_softc *);
sys/dev/ic/aha.c
91
static struct aha_ccb *aha_ccb_phys_kv(struct aha_softc *, u_long);
sys/dev/ic/aha.c
92
static void aha_queue_ccb(struct aha_softc *, struct aha_ccb *);
sys/dev/ic/aha.c
93
static void aha_collect_mbo(struct aha_softc *);
sys/dev/ic/aha.c
94
static void aha_start_ccbs(struct aha_softc *);
sys/dev/ic/aha.c
95
static void aha_done(struct aha_softc *, struct aha_ccb *);
sys/dev/ic/aha.c
96
static int aha_init(struct aha_softc *);
sys/dev/ic/aha.c
97
static void aha_inquire_setup_information(struct aha_softc *);
sys/dev/ic/ahavar.h
117
void aha_attach(struct aha_softc *, struct aha_probe_data *);
sys/dev/isa/aha_isa.c
124
struct aha_softc *sc = device_private(self);
sys/dev/isa/aha_isa.c
57
CFATTACH_DECL_NEW(aha_isa, sizeof(struct aha_softc),
sys/dev/isapnp/aha_isapnp.c
59
CFATTACH_DECL_NEW(aha_isapnp, sizeof(struct aha_softc),
sys/dev/isapnp/aha_isapnp.c
76
struct aha_softc *sc = device_private(self);
sys/dev/mca/aha_mca.c
102
struct aha_softc *sc = device_private(self);
sys/dev/mca/aha_mca.c
83
CFATTACH_DECL_NEW(aha_mca, sizeof(struct aha_softc),