Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thunderbolt/
Dswitch.c767 ida_init(&port->out_hopids); in tb_init_port()
786 ida = &port->out_hopids; in tb_port_alloc_hopid()
847 ida_simple_remove(&port->out_hopids, hopid); in tb_port_release_out_hopid()
1769 ida_destroy(&port->out_hopids); in tb_switch_release()
Dtb.h215 struct ida out_hopids; member
Dtest.c65 kunit_ida_init(test, &sw->ports[i].out_hopids); in alloc_switch()