bha_softc
struct bha_softc *sc = device_private(self);
CFATTACH_DECL_NEW(bha_eisa, sizeof(struct bha_softc),
static void bha_collect_mbo(struct bha_softc *);
static void bha_queue_ccb(struct bha_softc *, struct bha_ccb *);
static void bha_start_ccbs(struct bha_softc *);
static void bha_finish_ccbs(struct bha_softc *);
bha_disable_isacompat(struct bha_softc *sc)
static struct bha_ccb *bha_ccb_phys_kv(struct bha_softc *, bus_addr_t);
static void bha_create_ccbs(struct bha_softc *, int);
bha_info(struct bha_softc *sc)
static int bha_init_ccb(struct bha_softc *, struct bha_ccb *);
static struct bha_ccb *bha_get_ccb(struct bha_softc *);
static void bha_free_ccb(struct bha_softc *, struct bha_ccb *);
bha_nextmbo(struct bha_softc *sc, struct bha_mbx_out *mbo)
bha_nextmbi(struct bha_softc *sc, struct bha_mbx_in *mbi)
bha_init(struct bha_softc *sc)
bha_queue_ccb(struct bha_softc *sc, struct bha_ccb *ccb)
bha_start_ccbs(struct bha_softc *sc)
bha_attach(struct bha_softc *sc)
bha_finish_ccbs(struct bha_softc *sc)
bha_create_mailbox(struct bha_softc *sc)
bha_collect_mbo(struct bha_softc *sc)
bha_create_ccbs(struct bha_softc *sc, int count)
bha_init_ccb(struct bha_softc *sc, struct bha_ccb *ccb)
bha_get_ccb(struct bha_softc *sc)
bha_free_ccb(struct bha_softc *sc, struct bha_ccb *ccb)
bha_ccb_phys_kv(struct bha_softc *sc, bus_addr_t ccb_phys)
struct bha_softc *sc = arg;
struct bha_softc *sc = device_private(adapt->adapt_dev);
bha_get_xfer_mode(struct bha_softc *sc, struct scsipi_xfer_mode *xm)
bha_done(struct bha_softc *sc, struct bha_ccb *ccb)
bha_poll(struct bha_softc *sc, struct scsipi_xfer *xs, int count)
struct bha_softc *sc =
static void bha_get_xfer_mode(struct bha_softc *,
static void bha_done(struct bha_softc *, struct bha_ccb *);
static int bha_poll(struct bha_softc *, struct scsipi_xfer *, int);
static int bha_init(struct bha_softc *);
static int bha_create_mailbox(struct bha_softc *);
void bha_attach(struct bha_softc *);
int bha_info(struct bha_softc *);
int bha_disable_isacompat(struct bha_softc *);
struct bha_softc *sc = device_private(self);
CFATTACH_DECL_NEW(bha_isa, sizeof(struct bha_softc),
CFATTACH_DECL_NEW(bha_pci, sizeof(struct bha_softc),
struct bha_softc *sc = device_private(self);