Searched defs:mfi_softc (Results 1 – 1 of 1) sorted by relevance
134 struct mfi_softc { struct135 device_t sc_dev;136 struct scsipi_channel sc_chan;137 struct scsipi_adapter sc_adapt;139 const struct mfi_iop_ops *sc_iop;140 enum mfi_iop sc_ioptype;142 void *sc_ih;144 bool sc_64bit_dma;146 bus_space_tag_t sc_iot;147 bus_space_handle_t sc_ioh;[all …]