Searched refs:in_hop_index (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
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() 455 path->hops[i].in_hop_index, in __tb_path_deactivate_hops() 460 i, path->hops[i].in_hop_index); in __tb_path_deactivate_hops() 532 path->hops[i].in_hop_index, path->clear_fc); in tb_path_activate() 562 2 * path->hops[i].in_hop_index, 2); in tb_path_activate()
|
A D | tunnel.c | 746 paths[TB_DP_VIDEO_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate() 747 paths[TB_DP_AUX_PATH_OUT]->hops[0].in_hop_index, in tb_dp_activate() 752 paths[TB_DP_AUX_PATH_IN]->hops[0].in_hop_index, in tb_dp_activate() 1543 (tx_path->hops[0].in_hop_index != transmit_ring)) in tb_tunnel_match_dma() 1554 (rx_path->hops[0].in_hop_index != receive_path)) in tb_tunnel_match_dma()
|
A D | test.c | 1737 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 8); in tb_test_tunnel_dma() 1743 KUNIT_EXPECT_EQ(test, tunnel->paths[1]->hops[0].in_hop_index, 1); in tb_test_tunnel_dma() 1780 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 15); in tb_test_tunnel_dma_rx() 1817 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 2); in tb_test_tunnel_dma_tx() 1863 KUNIT_EXPECT_EQ(test, tunnel->paths[0]->hops[0].in_hop_index, 8); in tb_test_tunnel_dma_chain() 1877 KUNIT_EXPECT_EQ(test, tunnel->paths[1]->hops[0].in_hop_index, 1); in tb_test_tunnel_dma_chain()
|
A D | tb.h | 371 int in_hop_index; member
|
Completed in 20 milliseconds