Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A 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()
H A Dtb.h214 struct ida in_hopids; member
H A Dtest.c64 kunit_ida_init(test, &sw->ports[i].in_hopids); in alloc_switch()