Home
last modified time | relevance | path

Searched refs:opal_async_responses (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-async.c33 static struct opal_msg *opal_async_responses; variable
121 memcpy(msg, &opal_async_responses[token], sizeof(*msg)); in opal_async_wait_response()
138 memcpy(&opal_async_responses[token], comp_msg, sizeof(*comp_msg)); in opal_async_comp_event()
187 opal_async_responses = kzalloc( in opal_async_comp_init()
188 sizeof(*opal_async_responses) * opal_max_async_tokens, in opal_async_comp_init()
190 if (!opal_async_responses) { in opal_async_comp_init()