Searched defs:bha_softc (Results 1 – 1 of 1) sorted by relevance
88 struct bha_softc { struct89 device_t sc_dev;91 bus_space_tag_t sc_iot;92 bus_space_handle_t sc_ioh;93 bus_dma_tag_t sc_dmat;94 bus_dmamap_t sc_dmamap_mbox; /* maps the mailboxes */95 int sc_dmaflags; /* bus-specific dma map flags */96 void *sc_ih;98 int sc_scsi_id; /* host adapter SCSI ID */100 int sc_flags;[all …]