Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dthunderbolt.h242 struct ida in_hopids; member
/linux-6.3-rc2/drivers/thunderbolt/
A Dxdomain.c1786 ida_destroy(&xd->in_hopids); in tb_xdomain_release()
1866 ida_init(&xd->in_hopids); in tb_xdomain_alloc()
2061 return ida_alloc_range(&xd->in_hopids, hopid, xd->local_max_hopid, in tb_xdomain_alloc_in_hopid()
2095 ida_free(&xd->in_hopids, hopid); in tb_xdomain_release_in_hopid()
A Dswitch.c761 ida = &port->in_hopids; in tb_port_alloc_hopid()
815 ida_simple_remove(&port->in_hopids, hopid); in tb_port_release_in_hopid()
2174 ida_destroy(&port->in_hopids); in tb_switch_release()
2392 ida_init(&sw->ports[i].in_hopids); in tb_switch_alloc()
A Dtb.h289 struct ida in_hopids; member
A Dtest.c64 kunit_ida_init(test, &sw->ports[i].in_hopids); in alloc_switch()

Completed in 22 milliseconds