Lines Matching defs:mpssas_softc
81 struct mpssas_softc { struct
82 struct mps_softc *sc;
83 u_int flags;
90 struct mpssas_target *targets;
91 struct cam_devq *devq;
92 struct cam_sim *sim;
93 struct cam_path *path;
94 struct intr_config_hook sas_ich;
95 struct callout discovery_callout;
96 u_int discovery_timeouts;
97 struct mps_event_handle *mpssas_eh;
99 u_int startup_refcount;
100 u_int tm_count;
101 struct proc *sysctl_proc;
104 struct thread *rescan_thread;
106 struct taskqueue *ev_tq;
107 struct task ev_task;