Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
Dswitch.c777 ida = &port->in_hopids; in tb_port_alloc_hopid()
831 ida_simple_remove(&port->in_hopids, hopid); in tb_port_release_in_hopid()
1761 ida_destroy(&port->in_hopids); in tb_switch_release()
1945 ida_init(&sw->ports[i].in_hopids); in tb_switch_alloc()
Dtb.h214 struct ida in_hopids; member
Dtest.c64 kunit_ida_init(test, &sw->ports[i].in_hopids); in alloc_switch()