Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtest.c2490 struct tb_tunnel *usb3_tunnel; in TB_TEST_USB3_TUNNEL() local
2495 usb3_tunnel = tb_tunnel_alloc_usb3(NULL, up, down, 0, 0); in TB_TEST_USB3_TUNNEL()
2496 KUNIT_ASSERT_NOT_NULL(test, usb3_tunnel); in TB_TEST_USB3_TUNNEL()
2497 KUNIT_ASSERT_EQ(test, usb3_tunnel->npaths, (size_t)2); in TB_TEST_USB3_TUNNEL()
2499 path = usb3_tunnel->paths[0]; in TB_TEST_USB3_TUNNEL()
2506 path = usb3_tunnel->paths[1]; in TB_TEST_USB3_TUNNEL()
2513 return usb3_tunnel; in TB_TEST_USB3_TUNNEL()
2578 struct tb_tunnel *pcie_tunnel, *dp_tunnel1, *dp_tunnel2, *usb3_tunnel; in tb_test_credit_alloc_all() local
2594 usb3_tunnel = TB_TEST_USB3_TUNNEL(test, host, dev); in tb_test_credit_alloc_all()
2600 tb_tunnel_free(usb3_tunnel); in tb_test_credit_alloc_all()