Searched defs:mprsas_softc (Results 1 – 1 of 1) sorted by relevance
87 struct mprsas_softc { struct88 struct mpr_softc *sc;89 u_int flags;95 u_int maxtargets;96 struct mprsas_target *targets;97 struct cam_devq *devq;98 struct cam_sim *sim;99 struct cam_path *path;100 struct intr_config_hook sas_ich;101 struct callout discovery_callout;[all …]