Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthunderbolt.h278 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid);
/openbmc/linux/drivers/thunderbolt/
H A Ddma_test.c160 ret = tb_xdomain_alloc_out_hopid(xd, -1); in dma_test_start_rings()
H A Dxdomain.c2149 int tb_xdomain_alloc_out_hopid(struct tb_xdomain *xd, int hopid) in tb_xdomain_alloc_out_hopid() function
2159 EXPORT_SYMBOL_GPL(tb_xdomain_alloc_out_hopid);
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c935 hopid = tb_xdomain_alloc_out_hopid(xd, -1); in tbnet_open()