Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Drouter.c118 if (hop > cursor->max_adap) { in router_lookup_device()
169 if (this_hop > parent->max_adap) { in router_insert()
295 sc->max_adap = GET_ROUTER_CS_MAX_ADAP(cfg); in _tb_router_attach()
303 up, sc->max_adap, sc->depth); in _tb_router_attach()
307 sc->max_adap = MIN(sc->max_adap, ROUTER_CS1_MAX_ADAPTERS); in _tb_router_attach()
308 sc->adapters = malloc((1 + sc->max_adap) * sizeof(void *), in _tb_router_attach()
H A Dhcm.c178 for (i = 1; i <= rsc->max_adap; i++) { in hcm_cfg_task()
H A Drouter_var.h72 uint8_t max_adap; member