Home
last modified time | relevance | path

Searched refs:BHND_ATTACH_ADAPTER (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd_types.h101 BHND_ATTACH_ADAPTER = 0, /**< A bridged card, such as a PCI WiFi chipset */ enumerator
H A Dbhnd_subr.c941 if (attach_type != BHND_ATTACH_ADAPTER) in bhnd_device_lookup()
H A Dbhnd_bus_if.m466 * @retval BHND_ATTACH_ADAPTER if the bus is resident on a bridged adapter,
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhnd_bhndb.c69 return (BHND_ATTACH_ADAPTER); in bhnd_bhndb_get_attach_type()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c134 if (bhnd_get_attach_type(chipc) == BHND_ATTACH_ADAPTER) { in chipc_gpio_attach()