Searched defs:mpt_softc (Results 1 – 1 of 1) sorted by relevance
530 struct mpt_softc { struct531 device_t dev;532 struct mtx mpt_lock;533 int mpt_locksetup;534 uint32_t mpt_pers_mask;556 u_int cfg_role;557 u_int role; /* role: none, ini, target, both */559 u_int verbose;561 int failure_id;567 MSG_IOC_FACTS_REPLY ioc_facts;[all …]