Home
last modified time | relevance | path

Searched refs:bridge_core (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/bhndb/
HDbhndbvar.h65 struct bhnd_core_info *bridge_core,
179 struct bhnd_core_info bridge_core; /**< bridge core info */ member
HDbhndb.c521 struct bhnd_core_info *bridge_core, bhnd_erom_class_t *erom_class) in bhndb_attach() argument
535 sc->bridge_core = *bridge_core; in bhndb_attach()
918 return (!bhnd_cores_equal(core, &sc->bridge_core)); in bhndb_is_core_disabled()
935 *core = sc->bridge_core; in bhndb_get_hostb_core()