Searched refs:path_to_up (Results 1 – 2 of 2) sorted by relevance
68 tunnel->path_to_up = tb_path_alloc(up->sw->tb, 2); in tb_pci_alloc()69 if (!tunnel->path_to_up) in tb_pci_alloc()74 tb_pci_init_path(tunnel->path_to_up); in tb_pci_alloc()77 tunnel->path_to_up->hops[0].in_port = down; in tb_pci_alloc()78 tunnel->path_to_up->hops[0].in_hop_index = 8; in tb_pci_alloc()79 tunnel->path_to_up->hops[0].in_counter_index = -1; in tb_pci_alloc()80 tunnel->path_to_up->hops[0].out_port = tb_upstream_port(up->sw)->remote; in tb_pci_alloc()81 tunnel->path_to_up->hops[0].next_hop_index = 8; in tb_pci_alloc()83 tunnel->path_to_up->hops[1].in_port = tb_upstream_port(up->sw); in tb_pci_alloc()84 tunnel->path_to_up->hops[1].in_hop_index = 8; in tb_pci_alloc()[all …]
16 struct tb_path *path_to_up; member