Home
last modified time | relevance | path

Searched refs:tb_xdomain_alloc_in_hopid (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dthunderbolt.h275 int tb_xdomain_alloc_in_hopid(struct tb_xdomain *xd, int hopid);
/linux-6.12.1/drivers/thunderbolt/
Ddma_test.c185 ret = tb_xdomain_alloc_in_hopid(xd, -1); in dma_test_start_rings()
Dxdomain.c2179 int tb_xdomain_alloc_in_hopid(struct tb_xdomain *xd, int hopid) in tb_xdomain_alloc_in_hopid() function
2189 EXPORT_SYMBOL_GPL(tb_xdomain_alloc_in_hopid);
/linux-6.12.1/drivers/net/thunderbolt/
Dmain.c640 ret = tb_xdomain_alloc_in_hopid(net->xd, net->remote_transmit_path); in tbnet_connected_work()