Home
last modified time | relevance | path

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

/openbmc/qemu/hw/mem/
H A Dcxl_type3.c1926 CXLEventDynamicCapacity dCap = {}; in qmp_cxl_process_dynamic_capacity_prescriptive() local
1927 CXLEventRecordHdr *hdr = &dCap.hdr; in qmp_cxl_process_dynamic_capacity_prescriptive()
2054 cxl_assign_event_header(hdr, &dynamic_capacity_uuid, flags, sizeof(dCap), in qmp_cxl_process_dynamic_capacity_prescriptive()
2057 dCap.type = type; in qmp_cxl_process_dynamic_capacity_prescriptive()
2059 dCap.validity_flags = 0; in qmp_cxl_process_dynamic_capacity_prescriptive()
2060 stw_le_p(&dCap.host_id, hid); in qmp_cxl_process_dynamic_capacity_prescriptive()
2062 dCap.updated_region_id = 0; in qmp_cxl_process_dynamic_capacity_prescriptive()
2063 dCap.flags = 0; in qmp_cxl_process_dynamic_capacity_prescriptive()
2065 memcpy(&dCap.dynamic_capacity_extent, &extents[i], in qmp_cxl_process_dynamic_capacity_prescriptive()
2070 dCap.flags |= BIT(0); in qmp_cxl_process_dynamic_capacity_prescriptive()
[all …]