Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dmshv_synic.c133 struct hv_async_completion_message_payload *async_msg; in mshv_async_call_completion_isr() local
140 async_msg = in mshv_async_call_completion_isr()
143 partition_id = async_msg->partition_id; in mshv_async_call_completion_isr()
160 partition->async_hypercall_status = async_msg->status; in mshv_async_call_completion_isr()
/linux-6.15/include/linux/qed/
H A Discsi_common.h707 struct iscsi_async_msg_hdr async_msg; member
/linux-6.15/drivers/scsi/qedi/
H A Dqedi_fw.c496 cqe_async_msg = &cqe->cqe_common.iscsi_hdr.async_msg; in qedi_process_async_mesg()