Lines Matching refs:tb_switch

36 static struct tb_switch *alloc_switch(struct kunit *test, u64 route,  in alloc_switch()
39 struct tb_switch *sw; in alloc_switch()
72 static struct tb_switch *alloc_host(struct kunit *test) in alloc_host()
74 struct tb_switch *sw; in alloc_host()
154 static struct tb_switch *alloc_host_usb4(struct kunit *test) in alloc_host_usb4()
156 struct tb_switch *sw; in alloc_host_usb4()
173 static struct tb_switch *alloc_host_br(struct kunit *test) in alloc_host_br()
175 struct tb_switch *sw; in alloc_host_br()
190 static struct tb_switch *alloc_dev_default(struct kunit *test, in alloc_dev_default()
191 struct tb_switch *parent, in alloc_dev_default()
195 struct tb_switch *sw; in alloc_dev_default()
340 static struct tb_switch *alloc_dev_with_dpin(struct kunit *test, in alloc_dev_with_dpin()
341 struct tb_switch *parent, in alloc_dev_with_dpin()
344 struct tb_switch *sw; in alloc_dev_with_dpin()
361 static struct tb_switch *alloc_dev_without_dp(struct kunit *test, in alloc_dev_without_dp()
362 struct tb_switch *parent, in alloc_dev_without_dp()
365 struct tb_switch *sw; in alloc_dev_without_dp()
402 static struct tb_switch *alloc_dev_usb4(struct kunit *test, in alloc_dev_usb4()
403 struct tb_switch *parent, in alloc_dev_usb4()
406 struct tb_switch *sw; in alloc_dev_usb4()
426 struct tb_switch *host; in tb_test_path_basic()
443 struct tb_switch *host, *dev; in tb_test_path_not_connected_walk()
497 struct tb_switch *host, *dev; in tb_test_path_single_hop_walk()
555 struct tb_switch *host, *dev1, *dev2; in tb_test_path_daisy_chain_walk()
616 struct tb_switch *host, *dev1, *dev3; in tb_test_path_simple_tree_walk()
694 struct tb_switch *host, *dev1, *dev2, *dev3, *dev5, *dev6, *dev7, *dev9; in tb_test_path_complex_tree_walk()
741 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4, *dev5, *dev6; in tb_test_path_max_length_walk()
742 struct tb_switch *dev7, *dev8, *dev9, *dev10, *dev11, *dev12; in tb_test_path_max_length_walk()
844 struct tb_switch *host, *dev1, *dev2; in tb_test_path_not_connected()
896 struct tb_switch *host, *dev; in tb_test_path_not_bonded_lane0()
958 struct tb_switch *host, *dev; in tb_test_path_not_bonded_lane1()
1036 struct tb_switch *host, *dev1, *dev2, *dev3; in tb_test_path_not_bonded_lane1_chain()
1116 struct tb_switch *host, *dev1, *dev2, *dev3; in tb_test_path_not_bonded_lane1_chain_reverse()
1207 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4; in tb_test_path_mixed_chain()
1299 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4; in tb_test_path_mixed_chain_reverse()
1336 struct tb_switch *host, *dev1, *dev2; in tb_test_tunnel_pcie()
1391 struct tb_switch *host, *dev; in tb_test_tunnel_dp()
1429 struct tb_switch *host, *dev1, *dev4; in tb_test_tunnel_dp_chain()
1475 struct tb_switch *host, *dev1, *dev2, *dev3, *dev5; in tb_test_tunnel_dp_tree()
1525 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4, *dev5, *dev6; in tb_test_tunnel_dp_max_length()
1526 struct tb_switch *dev7, *dev8, *dev9, *dev10, *dev11, *dev12; in tb_test_tunnel_dp_max_length()
1605 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4, *dev5; in tb_test_tunnel_3dp()
1670 struct tb_switch *host, *dev1, *dev2; in tb_test_tunnel_usb3()
1725 struct tb_switch *host, *dev1, *dev2, *dev3, *dev4, *dev5; in tb_test_tunnel_port_on_path()
1793 struct tb_switch *host; in tb_test_tunnel_dma()
1836 struct tb_switch *host; in tb_test_tunnel_dma_rx()
1873 struct tb_switch *host; in tb_test_tunnel_dma_tx()
1908 struct tb_switch *host, *dev1, *dev2; in tb_test_tunnel_dma_chain()
1976 struct tb_switch *host; in tb_test_tunnel_dma_match()
2025 struct tb_switch *host, *dev; in tb_test_credit_alloc_legacy_not_bonded()
2058 struct tb_switch *host, *dev; in tb_test_credit_alloc_legacy_bonded()
2091 struct tb_switch *host, *dev; in tb_test_credit_alloc_pcie()
2124 struct tb_switch *host, *dev; in tb_test_credit_alloc_without_dp()
2174 struct tb_switch *host, *dev; in tb_test_credit_alloc_dp()
2218 struct tb_switch *host, *dev; in tb_test_credit_alloc_usb3()
2251 struct tb_switch *host, *dev; in tb_test_credit_alloc_dma()
2288 struct tb_switch *host, *dev; in tb_test_credit_alloc_dma_multiple()
2383 struct tb_switch *host, struct tb_switch *dev) in TB_TEST_PCIE_TUNNEL()
2413 struct tb_switch *host, struct tb_switch *dev) in TB_TEST_DP_TUNNEL1()
2450 struct tb_switch *host, struct tb_switch *dev) in TB_TEST_DP_TUNNEL2()
2487 struct tb_switch *host, struct tb_switch *dev) in TB_TEST_USB3_TUNNEL()
2517 struct tb_switch *host, struct tb_switch *dev) in TB_TEST_DMA_TUNNEL1()
2547 struct tb_switch *host, struct tb_switch *dev) in TB_TEST_DMA_TUNNEL2()
2580 struct tb_switch *host, *dev; in tb_test_credit_alloc_all()