Lines Matching refs:hops
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()
85 tunnel->path_to_up->hops[1].in_counter_index = -1; in tb_pci_alloc()
86 tunnel->path_to_up->hops[1].out_port = up; in tb_pci_alloc()
87 tunnel->path_to_up->hops[1].next_hop_index = 8; 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()
98 tunnel->path_to_down->hops[1].in_counter_index = -1; in tb_pci_alloc()
99 tunnel->path_to_down->hops[1].out_port = down; in tb_pci_alloc()
100 tunnel->path_to_down->hops[1].next_hop_index = 8; in tb_pci_alloc()