Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
H A Dcxl-cdat.c64 cdat->built_buf_len = cdat->build_cdat_table(&cdat->built_buf, in ct3_build_cdat()
82 CDATSubHeader *hdr = cdat->built_buf[ent - 1]; in ct3_build_cdat()
83 uint8_t *buf = (uint8_t *)cdat->built_buf[ent - 1]; in ct3_build_cdat()
217 if (cdat->built_buf) { in cxl_doe_cdat_release()
218 cdat->free_cdat_table(cdat->built_buf, cdat->built_buf_len, in cxl_doe_cdat_release()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_cdat.h169 struct CDATSubHeader **built_buf; member