Searched defs:sec_softc (Results 1 – 1 of 1) sorted by relevance
168 struct sec_softc { struct169 device_t sc_dev;170 int32_t sc_cid;171 int sc_blocked;172 int sc_shutdown;173 u_int sc_version;175 uint64_t sc_int_error_mask;176 uint64_t sc_channel_idle_mask;178 struct mtx sc_controller_lock;179 struct mtx sc_descriptors_lock;[all …]