Searched defs:mprsas_softc (Results 1 – 1 of 1) sorted by relevance
90 struct mprsas_softc { struct91 struct mpr_softc *sc;92 u_int flags;98 u_int maxtargets;99 struct mprsas_target *targets;100 struct cam_devq *devq;101 struct cam_sim *sim;102 struct cam_path *path;103 struct intr_config_hook sas_ich;104 struct callout discovery_callout;[all …]