Searched refs:in_hop_index (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | path.c | 21 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 D | tunnel.c | 875 paths[TB_DP_VIDEO_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate() 876 paths[TB_DP_AUX_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate() 881 paths[TB_DP_AUX_PATH_IN]->hops[0].in_hop_index, in tb_dp_activate() 1739 (tx_path->hops[0].in_hop_index != transmit_ring)) in tb_tunnel_match_dma() 1750 (rx_path->hops[0].in_hop_index != receive_path)) in tb_tunnel_match_dma()
|
H A D | test.c | 1819 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 D | tb.h | 365 int in_hop_index; member
|