Home
last modified time | relevance | path

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

/src/sys/dev/thunderbolt/
H A Drouter.c83 uint64_t search_rt, remainder_rt, this_rt; in router_lookup_device() local
94 this_rt = TB_ROUTE(cursor); in router_lookup_device()
96 "Comparing cursor route 0x%016jx\n", this_rt); in router_lookup_device()
97 if (this_rt == search_rt) in router_lookup_device()
143 uint64_t this_rt; in router_insert() local
153 this_rt = TB_ROUTE(sc); in router_insert()
154 if (((this_rt >> (sc->depth * 8)) > 0xffULL) || in router_insert()
163 this_hop = (uint8_t)(this_rt >> (sc->depth * 8)); in router_insert()