Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dthunderbolt.h257 struct ida out_hopids; member
/Linux-v6.6/drivers/thunderbolt/
Dxdomain.c1864 ida_destroy(&xd->out_hopids); in tb_xdomain_release()
1931 ida_init(&xd->out_hopids); in tb_xdomain_alloc()
2156 return ida_alloc_range(&xd->out_hopids, hopid, xd->remote_max_hopid, in tb_xdomain_alloc_out_hopid()
2179 ida_free(&xd->out_hopids, hopid); in tb_xdomain_release_out_hopid()
Dswitch.c760 ida = &port->out_hopids; in tb_port_alloc_hopid()
821 ida_simple_remove(&port->out_hopids, hopid); in tb_port_release_out_hopid()
2106 ida_destroy(&port->out_hopids); in tb_switch_release()
2326 ida_init(&sw->ports[i].out_hopids); in tb_switch_alloc()
Dtb.h284 struct ida out_hopids; member
Dtest.c65 kunit_ida_init(test, &sw->ports[i].out_hopids); in alloc_switch()