Home
last modified time | relevance | path

Searched defs:mfi_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dmfivar.h124 struct mfi_softc { struct
125 struct device sc_dev;
126 void *sc_ih;
127 struct scsi_iopool sc_iopool;
129 const struct mfi_iop_ops *sc_iop;
131 int sc_64bit_dma;
133 bus_space_tag_t sc_iot;
134 bus_space_handle_t sc_ioh;
135 bus_dma_tag_t sc_dmat;
140 struct {
[all …]