Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thunderbolt/
Dtunnel_pci.c82 tunnel->path_to_up->hops[0].next_hop_index = 8; in tb_pci_alloc()
88 tunnel->path_to_up->hops[1].next_hop_index = 8; in tb_pci_alloc()
94 tunnel->path_to_down->hops[0].next_hop_index = 8; in tb_pci_alloc()
101 tunnel->path_to_down->hops[1].next_hop_index = 8; in tb_pci_alloc()
Dpath.c176 hop.next_hop = path->hops[i].next_hop_index; in tb_path_activate()
Dtb.h157 int next_hop_index; member