Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/cxl/
H A Dcxl_pci.h49 typedef struct DVSECHeader { struct
53 } QEMU_PACKED DVSECHeader; argument
54 QEMU_BUILD_BUG_ON(sizeof(DVSECHeader) != 10);
78 DVSECHeader hdr;
104 DVSECHeader hdr;
129 DVSECHeader hdr;
141 DVSECHeader hdr;
153 DVSECHeader hdr;
169 DVSECHeader hdr;
/openbmc/qemu/hw/cxl/
H A Dcxl-component-utils.c390 memcpy(pdev->config + offset + sizeof(DVSECHeader), in cxl_component_create_dvsec()
391 body + sizeof(DVSECHeader), in cxl_component_create_dvsec()
392 length - sizeof(DVSECHeader)); in cxl_component_create_dvsec()