Searched refs:bmcfw_state (Results 1 – 2 of 2) sorted by relevance
17 /* bmcfw_state is only needed if handshake_sys_reg_nranges > 0 */ in m10bmc_fw_state_set() 22 m10bmc->bmcfw_state = new_state; in m10bmc_fw_state_set() 51 return m10bmc->bmcfw_state == M10BMC_FW_STATE_SEC_UPDATE_PREPARE || in m10bmc_handshake_reg_unavailable() 52 m10bmc->bmcfw_state == M10BMC_FW_STATE_SEC_UPDATE_WRITE; in m10bmc_handshake_reg_unavailable()
260 * @bmcfw_state: BMC firmware running state. Available only when268 struct rw_semaphore bmcfw_lock; /* Protects bmcfw_state */269 enum m10bmc_fw_state bmcfw_state; member