Home
last modified time | relevance | path

Searched defs:mpssas_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/mps/
H A Dmps_sas.h82 struct mpssas_softc { struct
83 struct mps_softc *sc;
84 u_int flags;
88 u_int maxtargets;
89 struct mpssas_target *targets;
90 struct cam_devq *devq;
91 struct cam_sim *sim;
92 struct cam_path *path;
93 struct intr_config_hook sas_ich;
99 struct taskqueue *ev_tq;
[all …]