Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dthunderbolt.h277 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid);
/linux-6.12.1/drivers/thunderbolt/
Ddma_test.c160 ret = tb_xdomain_alloc_out_hopid(xd, -1); in dma_test_start_rings()
Dxdomain.c2201 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid) in tb_xdomain_alloc_out_hopid() function
2211 EXPORT_SYMBOL_GPL(tb_xdomain_alloc_out_hopid);
/linux-6.12.1/drivers/net/thunderbolt/
Dmain.c935 hopid = tb_xdomain_alloc_out_hopid(xd, -1); in tbnet_open()