Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dtunnel_pci.c68 tunnel->path_to_up = tb_path_alloc(up->sw->tb, 2); in tb_pci_alloc()
71 tunnel->path_to_down = tb_path_alloc(up->sw->tb, 2); in tb_pci_alloc()
Dtb.h238 struct tb_path *tb_path_alloc(struct tb *tb, int num_hops);
Dpath.c35 struct tb_path *tb_path_alloc(struct tb *tb, int num_hops) in tb_path_alloc() function