Searched refs:path_to_down (Results 1 – 2 of 2) sorted by relevance
71 tunnel->path_to_down = tb_path_alloc(up->sw->tb, 2); in tb_pci_alloc()72 if (!tunnel->path_to_down) in tb_pci_alloc()75 tb_pci_init_path(tunnel->path_to_down); in tb_pci_alloc()89 tunnel->path_to_down->hops[0].in_port = up; in tb_pci_alloc()90 tunnel->path_to_down->hops[0].in_hop_index = 8; in tb_pci_alloc()91 tunnel->path_to_down->hops[0].in_counter_index = -1; in tb_pci_alloc()92 tunnel->path_to_down->hops[0].out_port = tb_upstream_port(up->sw); in tb_pci_alloc()93 tunnel->path_to_down->hops[0].next_hop_index = 8; in tb_pci_alloc()95 tunnel->path_to_down->hops[1].in_port = in tb_pci_alloc()97 tunnel->path_to_down->hops[1].in_hop_index = 8; in tb_pci_alloc()[all …]
17 struct tb_path *path_to_down; member