Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dthunderbolt.h256 struct ida out_hopids; member
/linux-6.15/drivers/thunderbolt/
H A Dxdomain.c1869 ida_destroy(&xd->out_hopids); in tb_xdomain_release()
1980 ida_init(&xd->out_hopids); in tb_xdomain_alloc()
2208 return ida_alloc_range(&xd->out_hopids, hopid, xd->remote_max_hopid, in tb_xdomain_alloc_out_hopid()
2231 ida_free(&xd->out_hopids, hopid); in tb_xdomain_release_out_hopid()
H A Dswitch.c768 ida = &port->out_hopids; in tb_port_alloc_hopid()
829 ida_free(&port->out_hopids, hopid); in tb_port_release_out_hopid()
2257 ida_destroy(&port->out_hopids); in tb_switch_release()
2477 ida_init(&sw->ports[i].out_hopids); in tb_switch_alloc()
H A Dtb.h296 struct ida out_hopids; member
H A Dtest.c65 kunit_ida_init(test, &sw->ports[i].out_hopids); in alloc_switch()