Home
last modified time | relevance | path

Searched refs:bhndb_attach_bridge (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.h47 int bhndb_attach_bridge(device_t parent, device_t *bhndb, int unit);
H A Dbhndb_subr.c57 bhndb_attach_bridge(device_t parent, device_t *bhndb, int unit) in bhndb_attach_bridge() function
/freebsd/sys/dev/bwn/
H A Dif_bwn_pci.c185 if ((error = bhndb_attach_bridge(dev, &sc->bhndb_dev, -1))) in bwn_pci_attach()