Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dpath.c21 hop->in_hop_index, regs->out_port, regs->next_hop); in tb_dump_hop()
199 path->hops[i].in_hop_index = h; in tb_path_discover()
332 path->hops[i].in_hop_index = in_hopid; in tb_path_alloc()
368 hop->in_hop_index); in tb_path_free()
468 path->hops[i].in_hop_index, in __tb_path_deactivate_hops()
473 i, path->hops[i].in_hop_index); in __tb_path_deactivate_hops()
545 path->hops[i].in_hop_index, path->clear_fc); in tb_path_activate()
575 2 * path->hops[i].in_hop_index, 2); in tb_path_activate()
H A Dtunnel.c824 paths[TB_DP_VIDEO_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate()
825 paths[TB_DP_AUX_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate()
830 paths[TB_DP_AUX_PATH_IN]->hops[0].in_hop_index, in tb_dp_activate()
1696 (tx_path->hops[0].in_hop_index != transmit_ring)) in tb_tunnel_match_dma()
1707 (rx_path->hops[0].in_hop_index != receive_path)) in tb_tunnel_match_dma()
H A Dtest.c1819 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 8); in tb_test_tunnel_dma()
1825 KUNIT_EXPECT_EQ(test, tunnel->paths[1]->hops[0].in_hop_index, 1); in tb_test_tunnel_dma()
1862 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 15); in tb_test_tunnel_dma_rx()
1899 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 2); in tb_test_tunnel_dma_tx()
1945 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 8); in tb_test_tunnel_dma_chain()
1959 KUNIT_EXPECT_EQ(test, tunnel->paths[1]->hops[0].in_hop_index, 1); in tb_test_tunnel_dma_chain()
H A Dtb.h370 int in_hop_index; member