Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c1396 struct kfd_iolink_properties *props = NULL, *props2 = NULL; in kfd_create_indirect_link_prop() local
1457 props2 = kfd_alloc_struct(props2); in kfd_create_indirect_link_prop()
1458 if (!props2) in kfd_create_indirect_link_prop()
1461 memcpy(props2, props, sizeof(struct kfd_iolink_properties)); in kfd_create_indirect_link_prop()
1462 props2->node_from = i; in kfd_create_indirect_link_prop()
1463 props2->node_to = gpu_node; in kfd_create_indirect_link_prop()
1464 props2->kobj = NULL; in kfd_create_indirect_link_prop()
1466 list_add_tail(&props2->list, &cpu_dev->p2p_link_props); in kfd_create_indirect_link_prop()
1467 ret = kfd_build_p2p_node_entry(cpu_dev, props2); in kfd_create_indirect_link_prop()
Dkfd_crat.c1103 struct kfd_iolink_properties *props = NULL, *props2; in kfd_parse_subtype_iolink() local
1158 props2 = kmemdup(props, sizeof(*props2), GFP_KERNEL); in kfd_parse_subtype_iolink()
1159 if (!props2) in kfd_parse_subtype_iolink()
1162 props2->node_from = id_to; in kfd_parse_subtype_iolink()
1163 props2->node_to = id_from; in kfd_parse_subtype_iolink()
1164 props2->kobj = NULL; in kfd_parse_subtype_iolink()
1166 list_add_tail(&props2->list, &to_dev->io_link_props); in kfd_parse_subtype_iolink()