Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
H A Dcxl-device-utils.c195 g_autofree uint8_t *pl_in_copy = NULL; in mailbox_reg_write() local
201 pl_in_copy = g_memdup2(pl, len_in); in mailbox_reg_write()
202 if (len_in == 0 || pl_in_copy) { in mailbox_reg_write()
205 rc = cxl_process_cci_message(cci, cmd_set, cmd, len_in, pl_in_copy, in mailbox_reg_write()