Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thunderbolt/
Dtunnel_pci.c81 tunnel->path_to_up->hops[0].next_hop_index = 8; in tb_pci_alloc()
87 tunnel->path_to_up->hops[1].next_hop_index = 8; in tb_pci_alloc()
93 tunnel->path_to_down->hops[0].next_hop_index = 8; in tb_pci_alloc()
100 tunnel->path_to_down->hops[1].next_hop_index = 8; in tb_pci_alloc()
Dtb.h58 int next_hop_index; member
Dpath.c175 hop.next_hop = path->hops[i].next_hop_index; in tb_path_activate()