Home
last modified time | relevance | path

Searched refs:in_hopids (Results 1 – 2 of 2) sorted by relevance

/drivers/thunderbolt/
Dswitch.c663 ida_init(&port->in_hopids); in tb_init_port()
679 ida = &port->in_hopids; in tb_port_alloc_hopid()
730 ida_simple_remove(&port->in_hopids, hopid); in tb_port_release_in_hopid()
1408 ida_destroy(&sw->ports[i].in_hopids); in tb_switch_release()
Dtb.h147 struct ida in_hopids; member