Lines Matching defs:mpi3mr_cam_softc
127 struct mpi3mr_cam_softc { struct
128 struct mpi3mr_softc *sc;
129 u_int flags;
135 u_int maxtargets;
136 struct cam_devq *devq;
137 struct cam_sim *sim;
138 struct cam_path *path;
139 struct intr_config_hook sas_ich;
140 struct callout discovery_callout;
141 struct mpi3mr_event_handle *mpi3mr_eh;
143 u_int startup_refcount;
144 struct proc *sysctl_proc;
145 struct taskqueue *ev_tq;
169 struct mpi3mr_cam_softc *cam_sc; in mpi3mr_print_cdb() argument