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()
101 bgop = !(cci->bg.complete_pct == 100 || cci->bg.aborted); in mailbox_reg_read()
H A Dcxl-mailbox-utils.c696 bg_op_status->status = cci->bg.complete_pct << 1; in cmd_infostat_bg_op_sts()
729 if (cci->bg.complete_pct < 85) { in cmd_infostat_bg_op_abort()
3943 cci->bg.complete_pct = 0; in cxl_process_cci_message()
3968 cci->bg.complete_pct = 100; in bg_timercb()
4001 cci->bg.complete_pct = in bg_timercb()
4006 if (cci->bg.complete_pct == 100) { in bg_timercb()
4049 cci->bg.complete_pct = 0; in cxl_init_cci()
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h186 uint16_t complete_pct; member