Searched defs:mpt_softc (Results 1 – 1 of 1) sorted by relevance
162 typedef struct mpt_softc { struct163 device_t sc_dev; /* base device glue */166 int mpt_splsaved;167 uint32_t mpt_islocked;169 int verbose : 3,170 mpt_locksetup : 1,171 is_fc : 1,172 is_scsi : 1,173 is_sas : 1,174 bus : 1,[all …]