Searched refs:software_state (Results 1 – 7 of 7) sorted by relevance
25 ${software_state}= Read Properties ${SOFTWARE_VERSION_URI}${version_id}26 Should Be Equal As Strings ${software_state}[Activation] ${ACTIVE}
134 status, software_state = keyword.run_key(148 current_state = (software_state)["Activation"]
234 ${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}
97 __be32 software_state; member
557 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()
437 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()
762 __be32 software_state; member