Searched refs:in_hopids (Results 1 – 3 of 3) sorted by relevance
1874 ida_destroy(&xd->in_hopids); in tb_xdomain_release()1985 ida_init(&xd->in_hopids); in tb_xdomain_alloc()2196 return ida_alloc_range(&xd->in_hopids, hopid, xd->local_max_hopid, in tb_xdomain_alloc_in_hopid()2234 ida_free(&xd->in_hopids, hopid); in tb_xdomain_release_in_hopid()
775 ida = &port->in_hopids; in tb_port_alloc_hopid()829 ida_free(&port->in_hopids, hopid); in tb_port_release_in_hopid()2301 ida_destroy(&port->in_hopids); in tb_switch_release()2519 ida_init(&sw->ports[i].in_hopids); in tb_switch_alloc()
295 struct ida in_hopids; member