Symbol: bha_softc
sys/dev/eisa/bha_eisa.c
145
struct bha_softc *sc = device_private(self);
sys/dev/eisa/bha_eisa.c
61
CFATTACH_DECL_NEW(bha_eisa, sizeof(struct bha_softc),
sys/dev/ic/bha.c
100
static void bha_collect_mbo(struct bha_softc *);
sys/dev/ic/bha.c
102
static void bha_queue_ccb(struct bha_softc *, struct bha_ccb *);
sys/dev/ic/bha.c
103
static void bha_start_ccbs(struct bha_softc *);
sys/dev/ic/bha.c
104
static void bha_finish_ccbs(struct bha_softc *);
sys/dev/ic/bha.c
1055
bha_disable_isacompat(struct bha_softc *sc)
sys/dev/ic/bha.c
106
static struct bha_ccb *bha_ccb_phys_kv(struct bha_softc *, bus_addr_t);
sys/dev/ic/bha.c
107
static void bha_create_ccbs(struct bha_softc *, int);
sys/dev/ic/bha.c
1074
bha_info(struct bha_softc *sc)
sys/dev/ic/bha.c
108
static int bha_init_ccb(struct bha_softc *, struct bha_ccb *);
sys/dev/ic/bha.c
109
static struct bha_ccb *bha_get_ccb(struct bha_softc *);
sys/dev/ic/bha.c
110
static void bha_free_ccb(struct bha_softc *, struct bha_ccb *);
sys/dev/ic/bha.c
121
bha_nextmbo(struct bha_softc *sc, struct bha_mbx_out *mbo)
sys/dev/ic/bha.c
130
bha_nextmbi(struct bha_softc *sc, struct bha_mbx_in *mbi)
sys/dev/ic/bha.c
1349
bha_init(struct bha_softc *sc)
sys/dev/ic/bha.c
1411
bha_queue_ccb(struct bha_softc *sc, struct bha_ccb *ccb)
sys/dev/ic/bha.c
1424
bha_start_ccbs(struct bha_softc *sc)
sys/dev/ic/bha.c
143
bha_attach(struct bha_softc *sc)
sys/dev/ic/bha.c
1501
bha_finish_ccbs(struct bha_softc *sc)
sys/dev/ic/bha.c
1621
bha_create_mailbox(struct bha_softc *sc)
sys/dev/ic/bha.c
1684
bha_collect_mbo(struct bha_softc *sc)
sys/dev/ic/bha.c
1735
bha_create_ccbs(struct bha_softc *sc, int count)
sys/dev/ic/bha.c
1858
bha_init_ccb(struct bha_softc *sc, struct bha_ccb *ccb)
sys/dev/ic/bha.c
1903
bha_get_ccb(struct bha_softc *sc)
sys/dev/ic/bha.c
1924
bha_free_ccb(struct bha_softc *sc, struct bha_ccb *ccb)
sys/dev/ic/bha.c
1940
bha_ccb_phys_kv(struct bha_softc *sc, bus_addr_t ccb_phys)
sys/dev/ic/bha.c
213
struct bha_softc *sc = arg;
sys/dev/ic/bha.c
269
struct bha_softc *sc = device_private(adapt->adapt_dev);
sys/dev/ic/bha.c
480
bha_get_xfer_mode(struct bha_softc *sc, struct scsipi_xfer_mode *xm)
sys/dev/ic/bha.c
585
bha_done(struct bha_softc *sc, struct bha_ccb *ccb)
sys/dev/ic/bha.c
661
bha_poll(struct bha_softc *sc, struct scsipi_xfer *xs, int count)
sys/dev/ic/bha.c
694
struct bha_softc *sc =
sys/dev/ic/bha.c
90
static void bha_get_xfer_mode(struct bha_softc *,
sys/dev/ic/bha.c
93
static void bha_done(struct bha_softc *, struct bha_ccb *);
sys/dev/ic/bha.c
94
static int bha_poll(struct bha_softc *, struct scsipi_xfer *, int);
sys/dev/ic/bha.c
97
static int bha_init(struct bha_softc *);
sys/dev/ic/bha.c
99
static int bha_create_mailbox(struct bha_softc *);
sys/dev/ic/bhavar.h
152
void bha_attach(struct bha_softc *);
sys/dev/ic/bhavar.h
153
int bha_info(struct bha_softc *);
sys/dev/ic/bhavar.h
156
int bha_disable_isacompat(struct bha_softc *);
sys/dev/isa/bha_isa.c
123
struct bha_softc *sc = device_private(self);
sys/dev/isa/bha_isa.c
56
CFATTACH_DECL_NEW(bha_isa, sizeof(struct bha_softc),
sys/dev/pci/bha_pci.c
152
CFATTACH_DECL_NEW(bha_pci, sizeof(struct bha_softc),
sys/dev/pci/bha_pci.c
92
struct bha_softc *sc = device_private(self);