Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dthunderbolt.h264 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid);
/linux-6.1.9/drivers/thunderbolt/
Ddma_test.c160 ret = tb_xdomain_alloc_out_hopid(xd, -1); in dma_test_start_rings()
Dxdomain.c2076 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid) in tb_xdomain_alloc_out_hopid() function
2086 EXPORT_SYMBOL_GPL(tb_xdomain_alloc_out_hopid);
/linux-6.1.9/drivers/net/
Dthunderbolt.c895 hopid = tb_xdomain_alloc_out_hopid(xd, -1); in tbnet_open()