Home
last modified time | relevance | path

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

/openbmc/qemu/hw/cxl/
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()
H A Dcxl-mailbox-utils.c628 bg_op_status->status = cci->bg.complete_pct << 1; in cmd_infostat_bg_op_sts()
2883 cci->bg.complete_pct = 0; in cxl_process_cci_message()
2905 cci->bg.complete_pct = 100; in bg_timercb()
2932 cci->bg.complete_pct = in bg_timercb()
2937 if (cci->bg.complete_pct == 100) { in bg_timercb()
2978 cci->bg.complete_pct = 0; in cxl_init_cci()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h177 uint16_t complete_pct; member