Lines Matching defs:mprsas_softc
87 struct mprsas_softc { struct
88 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;
102 struct mpr_event_handle *mprsas_eh;
104 u_int startup_refcount;
105 struct proc *sysctl_proc;
107 struct taskqueue *ev_tq;
108 struct task ev_task;