Lines Matching defs:response
109 VERBOSE("Sending response for SCP_READY command\n");
112 * Send our response back to SCP.
171 * In response to the query, SCP returns power states of all CPUs in all
172 * clusters of the system. The returned response is then filtered based on the
182 scpi_cmd_t response;
202 * Send message and wait for SCP's response
205 scpi_secure_message_receive(&response);
207 if (response.status != SCP_OK)
210 /* Validate SCP response */
211 if (!CHECK_RESPONSE(response, cluster))