Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dpath.c21 hop->in_hop_index, regs->out_port, regs->next_hop); in tb_dump_hop()
192 path->hops[i].in_hop_index = h; in tb_path_discover()
320 path->hops[i].in_hop_index = in_hopid; in tb_path_alloc()
355 hop->in_hop_index); in tb_path_free()
434 path->hops[i].in_hop_index, in __tb_path_deactivate_hops()
439 i, path->hops[i].in_hop_index); in __tb_path_deactivate_hops()
510 path->hops[i].in_hop_index, path->clear_fc); in tb_path_activate()
540 2 * path->hops[i].in_hop_index, 2); in tb_path_activate()
H A Dtunnel.c519 paths[TB_DP_VIDEO_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate()
520 paths[TB_DP_AUX_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate()
525 paths[TB_DP_AUX_PATH_IN]->hops[0].in_hop_index, in tb_dp_activate()
H A Dtb.h268 int in_hop_index; member