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()
151 * Waits for the completion of an MC command doing preemptible polling.
155 * @cmd: command buffer to receive MC response
156 * @mc_status: MC command completion status
175 * TODO: When MC command completion interrupts are supported in mc_polling_wait_preemptible()
183 "MC command timed out (portal: %pa, dprc handle: %#x, command: %#x)\n", in mc_polling_wait_preemptible()
197 * Waits for the completion of an MC command doing atomic polling.
201 * @cmd: command buffer to receive MC response
202 * @mc_status: MC command completion status
223 "MC command timed out (portal: %pa, dprc handle: %#x, command: %#x)\n", in mc_polling_wait_atomic()
237 * Sends a command to the MC device using the given MC I/O object
240 * @cmd: command to be sent
259 * Send command to the MC hardware: in mc_send_command()
276 "MC command failed: portal: %pa, dprc handle: %#x, command: %#x, status: %s (%#x)\n", in mc_send_command()