Searched refs:async_msg (Results 1 – 4 of 4) sorted by relevance
106 struct qcomtee_async_msg_hdr *async_msg, in async_release() argument113 msg = (struct qcomtee_async_release_msg *)async_msg; in async_release()132 struct qcomtee_async_msg_hdr *async_msg; in qcomtee_fetch_async_reqs() local140 async_msg = (struct qcomtee_async_msg_hdr *)(async_buffer.addr + in qcomtee_fetch_async_reqs()146 if (async_msg->version == 0) in qcomtee_fetch_async_reqs()149 major_ver = QCOMTEE_ASYNC_VERSION_MAJOR(async_msg->version); in qcomtee_fetch_async_reqs()158 switch (async_msg->op) { in qcomtee_fetch_async_reqs()160 consumed = async_release(oic, async_msg, in qcomtee_fetch_async_reqs()164 pr_err("Unsupported async message %u\n", async_msg->op); in qcomtee_fetch_async_reqs()171 async_msg->op); in qcomtee_fetch_async_reqs()
142 struct hv_async_completion_message_payload *async_msg; in mshv_async_call_completion_isr() local149 async_msg = in mshv_async_call_completion_isr()152 partition_id = async_msg->partition_id; in mshv_async_call_completion_isr()169 partition->async_hypercall_status = async_msg->status; in mshv_async_call_completion_isr()
707 struct iscsi_async_msg_hdr async_msg; member
496 cqe_async_msg = &cqe->cqe_common.iscsi_hdr.async_msg; in qedi_process_async_mesg()