Home
last modified time | relevance | path

Searched refs:hostb_dev (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/siba/
HDsiba_bhndb.c117 sc->hostb_dev = BHNDB_FIND_HOSTB_DEVICE(device_get_parent(dev), dev); in siba_bhndb_attach()
224 if (bhnd_get_class(sc->hostb_dev) != BHND_DEVCLASS_PCIE) in siba_bhndb_wars_pcie_clear_d11_timeout()
257 quirks = bhnd_device_quirks(sc->hostb_dev, bridge_devs, in siba_bhndb_wars_hwup()
HDsibavar.h156 device_t hostb_dev; /**< host bridge core, or NULL */ member
HDsiba.c222 return (sc->hostb_dev); in siba_find_hostb_device()
/freebsd-11-stable/sys/dev/bhnd/bhndb/
HDbhndb_pci.c309 if (bhnd_get_vendor(sc->bhndb.hostb_dev) != BHND_MFGID_BCM) in bhndb_init_sromless_pci_config()
312 switch (bhnd_get_device(sc->bhndb.hostb_dev)) { in bhndb_init_sromless_pci_config()
345 pci_cidx = bhnd_get_core_index(sc->bhndb.hostb_dev); in bhndb_init_sromless_pci_config()
HDbhndbvar.h95 device_t hostb_dev; /**< child host bridge device, or NULL member
HDbhndb.c646 sc->hostb_dev = hostb; in bhndb_generic_init_full_config()
995 device_t hostb_dev, *devlist; in bhndb_find_hostb_device() local
1014 hostb_dev = NULL; in bhndb_find_hostb_device()
1017 hostb_dev = devlist[i]; in bhndb_find_hostb_device()
1025 return (hostb_dev); in bhndb_find_hostb_device()
/freebsd-11-stable/sys/dev/bhnd/bcma/
HDbcmavar.h151 device_t hostb_dev; /**< host bridge core, or NULL */ member
HDbcma_bhndb.c101 sc->hostb_dev = BHNDB_FIND_HOSTB_DEVICE(device_get_parent(dev), dev); in bcma_bhndb_attach()
HDbcma.c197 return (sc->hostb_dev); in bcma_find_hostb_device()