Searched refs:tb_path_alloc (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/thunderbolt/
H A Dpath.c31 * tb_path_alloc() - allocate a thunderbolt path
35 struct tb_path *tb_path_alloc(struct tb *tb, int num_hops) tb_path_alloc() function
H A Dtunnel_pci.c68 tunnel->path_to_up = tb_path_alloc(up->sw->tb, 2); tb_pci_alloc()
71 tunnel->path_to_down = tb_path_alloc(up->sw->tb, 2); tb_pci_alloc()
H A Dtb.h238 struct tb_path *tb_path_alloc(struct tb *tb, int num_hops);

Completed in 51 milliseconds