Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Drouter_var.h91 int tb_router_attach_root(struct nhi_softc *, tb_route_t);
H A Drouter.c231 tb_router_attach_root(struct nhi_softc *nsc, tb_route_t route) in tb_router_attach_root() function
H A Dnhi.c685 if ((error = tb_router_attach_root(sc, root_route)) != 0) in nhi_init()