Home
last modified time | relevance | path

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

/linux/drivers/tee/qcomtee/
H A Dasync.c106 struct qcomtee_async_msg_hdr *async_msg, in async_release() argument
113 msg = (struct qcomtee_async_release_msg *)async_msg; in async_release()
132 struct qcomtee_async_msg_hdr *async_msg; in qcomtee_fetch_async_reqs() local
140 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()
/linux/drivers/hv/
H A Dmshv_synic.c142 struct hv_async_completion_message_payload *async_msg; in mshv_async_call_completion_isr() local
149 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()
/linux/include/linux/qed/
H A Discsi_common.h707 struct iscsi_async_msg_hdr async_msg; member
/linux/drivers/scsi/qedi/
H A Dqedi_fw.c496 cqe_async_msg = &cqe->cqe_common.iscsi_hdr.async_msg; in qedi_process_async_mesg()