Lines Matching full:command

20  * Timeout in milliseconds to wait for the completion of an MC command
26 * iterations while waiting for MC command completion
71 [MC_CMD_STATUS_OK] = "Command completed successfully", in mc_status_to_string()
72 [MC_CMD_STATUS_READY] = "Command ready to be processed", in mc_status_to_string()
92 * mc_write_command - writes a command to a Management Complex (MC) portal
95 * @cmd: pointer to a filled command
102 /* copy command parameters into the portal */ in mc_write_command()
111 /* submit the command by writing the header */ in mc_write_command()
116 * mc_read_response - reads the response for the last MC command from a
120 * @resp: pointer to command response buffer
131 /* Copy command response header from MC portal: */ in mc_read_response()
137 /* Copy command response data from MC portal: */ in mc_read_response()
152 * command doing preemptible polling.
156 * @cmd: command buffer to receive MC response
157 * @mc_status: MC command completion status
176 * TODO: When MC command completion interrupts are supported in mc_polling_wait_preemptible()
184 "MC command timed out (portal: %pa, dprc handle: %#x, command: %#x)\n", in mc_polling_wait_preemptible()
198 * mc_polling_wait_atomic() - Waits for the completion of an MC command
202 * @cmd: command buffer to receive MC response
203 * @mc_status: MC command completion status
224 "MC command timed out (portal: %pa, dprc handle: %#x, command: %#x)\n", in mc_polling_wait_atomic()
238 * mc_send_command() - Sends a command to the MC device using the given
241 * @cmd: command to be sent
260 * Send command to the MC hardware: in mc_send_command()
277 "MC command failed: portal: %pa, dprc handle: %#x, command: %#x, status: %s (%#x)\n", in mc_send_command()