Searched refs:props2 (Results 1 – 2 of 2) sorted by relevance
1143 struct kfd_iolink_properties *props = NULL, *props2; in kfd_parse_subtype_iolink() local1198 props2 = kmemdup(props, sizeof(*props2), GFP_KERNEL); in kfd_parse_subtype_iolink()1199 if (!props2) in kfd_parse_subtype_iolink()1202 props2->node_from = id_to; in kfd_parse_subtype_iolink()1203 props2->node_to = id_from; in kfd_parse_subtype_iolink()1204 props2->kobj = NULL; in kfd_parse_subtype_iolink()1206 list_add_tail(&props2->list, &to_dev->io_link_props); in kfd_parse_subtype_iolink()
1332 struct kfd_iolink_properties *props = NULL, *props2 = NULL; in kfd_create_indirect_link_prop() local1394 props2 = kfd_alloc_struct(props2); in kfd_create_indirect_link_prop()1395 if (!props2) in kfd_create_indirect_link_prop()1398 memcpy(props2, props, sizeof(struct kfd_iolink_properties)); in kfd_create_indirect_link_prop()1399 props2->node_from = i; in kfd_create_indirect_link_prop()1400 props2->node_to = gpu_node; in kfd_create_indirect_link_prop()1401 props2->kobj = NULL; in kfd_create_indirect_link_prop()1403 list_add_tail(&props2->list, &cpu_dev->p2p_link_props); in kfd_create_indirect_link_prop()1404 ret = kfd_build_p2p_node_entry(cpu_dev, props2); in kfd_create_indirect_link_prop()