Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thunderbolt/
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()
441 path->hops[i].in_hop_index, in __tb_path_deactivate_hops()
446 i, path->hops[i].in_hop_index); in __tb_path_deactivate_hops()
518 path->hops[i].in_hop_index, path->clear_fc); in tb_path_activate()
548 2 * path->hops[i].in_hop_index, 2); in tb_path_activate()
Dtunnel.c597 paths[TB_DP_VIDEO_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate()
598 paths[TB_DP_AUX_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate()
603 paths[TB_DP_AUX_PATH_IN]->hops[0].in_hop_index, in tb_dp_activate()
1156 (tx_path->hops[0].in_hop_index != transmit_ring)) in tb_tunnel_match_dma()
1167 (rx_path->hops[0].in_hop_index != receive_path)) in tb_tunnel_match_dma()
Dtest.c1696 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 8); in tb_test_tunnel_dma()
1702 KUNIT_EXPECT_EQ(test, tunnel->paths[1]->hops[0].in_hop_index, 1); in tb_test_tunnel_dma()
1739 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 15); in tb_test_tunnel_dma_rx()
1776 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 2); in tb_test_tunnel_dma_tx()
1822 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 8); in tb_test_tunnel_dma_chain()
1836 KUNIT_EXPECT_EQ(test, tunnel->paths[1]->hops[0].in_hop_index, 1); in tb_test_tunnel_dma_chain()
Dtb.h318 int in_hop_index; member