Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dswitch.c780 ida = &port->out_hopids; in tb_port_alloc_hopid()
841 ida_simple_remove(&port->out_hopids, hopid); in tb_port_release_out_hopid()
1762 ida_destroy(&port->out_hopids); in tb_switch_release()
1946 ida_init(&sw->ports[i].out_hopids); in tb_switch_alloc()
H A Dtb.h215 struct ida out_hopids; member
H A Dtest.c65 kunit_ida_init(test, &sw->ports[i].out_hopids); in alloc_switch()