Lines Matching defs:test
31 static void kunit_ida_init(struct kunit *test, struct ida *ida) in kunit_ida_init()
36 static struct tb_switch *alloc_switch(struct kunit *test, u64 route, in alloc_switch()
72 static struct tb_switch *alloc_host(struct kunit *test) in alloc_host()
145 static struct tb_switch *alloc_dev_default(struct kunit *test, in alloc_dev_default()
275 static struct tb_switch *alloc_dev_with_dpin(struct kunit *test, in alloc_dev_with_dpin()
296 static void tb_test_path_basic(struct kunit *test) in tb_test_path_basic()
313 static void tb_test_path_not_connected_walk(struct kunit *test) in tb_test_path_not_connected_walk()
352 static void tb_test_path_single_hop_walk(struct kunit *test) in tb_test_path_single_hop_walk()
406 static void tb_test_path_daisy_chain_walk(struct kunit *test) in tb_test_path_daisy_chain_walk()
465 static void tb_test_path_simple_tree_walk(struct kunit *test) in tb_test_path_simple_tree_walk()
528 static void tb_test_path_complex_tree_walk(struct kunit *test) in tb_test_path_complex_tree_walk()
612 static void tb_test_path_max_length_walk(struct kunit *test) in tb_test_path_max_length_walk()
715 static void tb_test_path_not_connected(struct kunit *test) in tb_test_path_not_connected()
743 static void tb_test_path_not_bonded_lane0(struct kunit *test) in tb_test_path_not_bonded_lane0()
801 static void tb_test_path_not_bonded_lane1(struct kunit *test) in tb_test_path_not_bonded_lane1()
863 static void tb_test_path_not_bonded_lane1_chain(struct kunit *test) in tb_test_path_not_bonded_lane1_chain()
943 static void tb_test_path_not_bonded_lane1_chain_reverse(struct kunit *test) in tb_test_path_not_bonded_lane1_chain_reverse()
1023 static void tb_test_path_mixed_chain(struct kunit *test) in tb_test_path_mixed_chain()
1115 static void tb_test_path_mixed_chain_reverse(struct kunit *test) in tb_test_path_mixed_chain_reverse()
1207 static void tb_test_tunnel_pcie(struct kunit *test) in tb_test_tunnel_pcie()
1262 static void tb_test_tunnel_dp(struct kunit *test) in tb_test_tunnel_dp()
1300 static void tb_test_tunnel_dp_chain(struct kunit *test) in tb_test_tunnel_dp_chain()
1346 static void tb_test_tunnel_dp_tree(struct kunit *test) in tb_test_tunnel_dp_tree()
1396 static void tb_test_tunnel_dp_max_length(struct kunit *test) in tb_test_tunnel_dp_max_length()
1476 static void tb_test_tunnel_usb3(struct kunit *test) in tb_test_tunnel_usb3()
1531 static void tb_test_tunnel_port_on_path(struct kunit *test) in tb_test_tunnel_port_on_path()