HomeSort by: relevance | last modified time | path
    Searched refs:bha_softc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
bhavar.h 88 struct bha_softc { struct
152 void bha_attach(struct bha_softc *);
153 int bha_info(struct bha_softc *);
156 int bha_disable_isacompat(struct bha_softc *);
bha.c 90 static void bha_get_xfer_mode(struct bha_softc *,
93 static void bha_done(struct bha_softc *, struct bha_ccb *);
94 static int bha_poll(struct bha_softc *, struct scsipi_xfer *, int);
97 static int bha_init(struct bha_softc *);
99 static int bha_create_mailbox(struct bha_softc *);
100 static void bha_collect_mbo(struct bha_softc *);
102 static void bha_queue_ccb(struct bha_softc *, struct bha_ccb *);
103 static void bha_start_ccbs(struct bha_softc *);
104 static void bha_finish_ccbs(struct bha_softc *);
106 static struct bha_ccb *bha_ccb_phys_kv(struct bha_softc *, bus_addr_t)
    [all...]
  /src/sys/dev/pci/
bha_pci.c 92 struct bha_softc *sc = device_private(self);
152 CFATTACH_DECL_NEW(bha_pci, sizeof(struct bha_softc),
  /src/sys/dev/eisa/
bha_eisa.c 61 CFATTACH_DECL_NEW(bha_eisa, sizeof(struct bha_softc),
145 struct bha_softc *sc = device_private(self);
  /src/sys/dev/isa/
bha_isa.c 56 CFATTACH_DECL_NEW(bha_isa, sizeof(struct bha_softc),
123 struct bha_softc *sc = device_private(self);

Completed in 13 milliseconds