Home
last modified time | relevance | path

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

/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c601 bg_op_status->status = cci->bg.complete_pct << 1; in cmd_infostat_bg_op_sts()
1364 cci->bg.complete_pct = 0; in cxl_process_cci_message()
1386 cci->bg.complete_pct = 100; in bg_timercb()
1405 cci->bg.complete_pct = 100 * now / total_time; in bg_timercb()
1409 if (cci->bg.complete_pct == 100) { in bg_timercb()
1443 cci->bg.complete_pct = 0; in cxl_init_cci()
H A Dcxl-device-utils.c90 PERCENTAGE_COMP, cci->bg.complete_pct); in mailbox_reg_read()
98 if (cci->bg.complete_pct) { in mailbox_reg_read()
/qemu/include/hw/cxl/
H A Dcxl_device.h177 uint16_t complete_pct; member