Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dtest.c1607 struct tb_tunnel *tunnel1, *tunnel2, *tunnel3; in tb_test_tunnel_3dp() local
1657 KUNIT_ASSERT_TRUE(test, tunnel3 != NULL); in tb_test_tunnel_3dp()
1658 KUNIT_EXPECT_EQ(test, tunnel3->type, TB_TUNNEL_DP); in tb_test_tunnel_3dp()
1659 KUNIT_EXPECT_PTR_EQ(test, tunnel3->src_port, in3); in tb_test_tunnel_3dp()
1661 KUNIT_ASSERT_EQ(test, tunnel3->npaths, 3); in tb_test_tunnel_3dp()
2287 struct tb_tunnel *tunnel1, *tunnel2, *tunnel3; in tb_test_credit_alloc_dma_multiple() local
2353 KUNIT_ASSERT_NULL(test, tunnel3); in tb_test_credit_alloc_dma_multiple()
2362 KUNIT_ASSERT_NOT_NULL(test, tunnel3); in tb_test_credit_alloc_dma_multiple()
2364 path = tunnel3->paths[0]; in tb_test_credit_alloc_dma_multiple()
2371 path = tunnel3->paths[1]; in tb_test_credit_alloc_dma_multiple()
[all …]