Searched refs:INTEL_GUC_MSG_IS_RESPONSE (Results 1 – 2 of 2) sorted by relevance
459 #define done INTEL_GUC_MSG_IS_RESPONSE(READ_ONCE(req->status)) in wait_for_ct_request_update()678 if (unlikely(!INTEL_GUC_MSG_IS_RESPONSE(status))) { in ct_handle_response()
656 #define INTEL_GUC_MSG_IS_RESPONSE(m) __INTEL_GUC_MSG_TYPE_IS(RESPONSE, m) macro