Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils_serial.robot25 ${software_state}= Read Properties ${SOFTWARE_VERSION_URI}${version_id}
26 Should Be Equal As Strings ${software_state}[Activation] ${ACTIVE}
H A Dcode_update_utils.py134 status, software_state = keyword.run_key(
148 current_state = (software_state)["Activation"]
H A Dcode_update_utils.robot234 ${software_state}= Read Properties ${SOFTWARE_VERSION_URI}${version_id}
235 ${activation}= Set Variable ${software_state}[Activation]
245 Should Be Equal As Strings ${software_state}[Activation] ${READY}
251 ${software_state}= Read Properties ${SOFTWARE_VERSION_URI}${version_id}
252 Should Be Equal As Strings ${software_state}[RequestedActivation]
260 ${software_state}= Read Properties ${SOFTWARE_VERSION_URI}${version_id}
261 Should Be Equal As Strings ${software_state}[Activation] ${ACTIVE}
/openbmc/linux/drivers/misc/ocxl/
H A Docxl_internal.h97 __be32 software_state; member
H A Dlink.c557 if (pe->software_state) { in ocxl_link_add_pe()
582 pe->software_state = cpu_to_be32(SPA_PE_VALID); in ocxl_link_add_pe()
701 if (!(be32_to_cpu(pe->software_state) & SPA_PE_VALID)) { in ocxl_link_remove_pe()
/openbmc/linux/drivers/misc/cxl/
H A Dnative.c437 ctx->elem->software_state = cpu_to_be32(pe_state); in do_process_element_cmd()
495 if (!(ctx->elem->software_state & cpu_to_be32(CXL_PE_SOFTWARE_STATE_V))) in terminate_process_element()
507 ctx->elem->software_state = 0; /* Remove Valid bit */ in terminate_process_element()
913 ctx->elem->software_state = cpu_to_be32(CXL_PE_SOFTWARE_STATE_V); in cxl_attach_dedicated_process_psl9()
H A Dcxl.h762 __be32 software_state; member