Home
last modified time | relevance | path

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

/linux/drivers/interconnect/
H A Dicc-kunit.c234 struct icc_node *nodes_cpu[3], *nodes_gpu[2]; in icc_test_aggregation() local
243 nodes_gpu[0] = get_node(priv, NODE_GPU); in icc_test_aggregation()
244 nodes_gpu[1] = bus; in icc_test_aggregation()
245 path_gpu = icc_test_create_path(test, nodes_gpu, 2); in icc_test_aggregation()
269 struct icc_node *nodes_cpu[3], *nodes_gpu[2]; in icc_test_bulk_ops() local
277 nodes_gpu[0] = get_node(priv, NODE_GPU); in icc_test_bulk_ops()
278 nodes_gpu[1] = get_node(priv, NODE_BUS); in icc_test_bulk_ops()
284 bulk[1].path = icc_test_create_path(test, nodes_gpu, 2); in icc_test_bulk_ops()