Searched defs:mfii_softc (Results 1 – 1 of 1) sorted by relevance
302 struct mfii_softc { struct303 device_t sc_dev;304 struct scsipi_channel sc_chan;305 struct scsipi_adapter sc_adapt;307 const struct mfii_iop *sc_iop;308 u_int sc_iop_flag;311 pci_chipset_tag_t sc_pc;312 pcitag_t sc_tag;314 bus_space_tag_t sc_iot;315 bus_space_handle_t sc_ioh;[all …]