Lines Matching defs:props2
1332 struct kfd_iolink_properties *props = NULL, *props2 = NULL;
1394 props2 = kfd_alloc_struct(props2);
1395 if (!props2)
1398 memcpy(props2, props, sizeof(struct kfd_iolink_properties));
1399 props2->node_from = i;
1400 props2->node_to = gpu_node;
1401 props2->kobj = NULL;
1403 list_add_tail(&props2->list, &cpu_dev->p2p_link_props);
1404 ret = kfd_build_p2p_node_entry(cpu_dev, props2);