Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thunderbolt/
Dswitch.c645 ida_init(&port->out_hopids); in tb_init_port()
663 ida = &port->out_hopids; in tb_port_alloc_hopid()
721 ida_simple_remove(&port->out_hopids, hopid); in tb_port_release_out_hopid()
1392 ida_destroy(&sw->ports[i].out_hopids); in tb_switch_release()
Dtb.h148 struct ida out_hopids; member