Lines Matching defs:msg
128 int opal_async_wait_response(uint64_t token, struct opal_msg *msg)
135 if (!msg) {
151 memcpy(msg, &opal_async_tokens[token].response, sizeof(*msg));
157 int opal_async_wait_response_interruptible(uint64_t token, struct opal_msg *msg)
167 if (!msg) {
205 memcpy(msg, &opal_async_tokens[token].response, sizeof(*msg));
213 unsigned long msg_type, void *msg)
215 struct opal_msg *comp_msg = msg;
259 async = of_get_property(opal_node, "opal-msg-async-num", NULL);
261 pr_err("%s: %pOF has no opal-msg-async-num\n",