Searched refs:msg_req (Results 1 – 4 of 4) sorted by relevance
54 struct hyperv_hypercall_postmsg_in msg_req __aligned(8);59 __CTASSERT((offsetof(struct vmbus_msg, msg_req) % 8) == 0);
571 msg->msg_req.hc_dsize = cmdlen; in vmbus_cmd()572 memcpy(msg->msg_req.hc_data, cmd, cmdlen); in vmbus_cmd()598 msg->msg_req.hc_connid = VMBUS_CONNID_MESSAGE; in vmbus_start()599 msg->msg_req.hc_msgtype = 1; in vmbus_start()617 msg_pa + offsetof(struct vmbus_msg, msg_req)); in vmbus_start()851 reqhdr = (struct vmbus_chanmsg_hdr *)&msg->msg_req.hc_data; in vmbus_channel_response()2042 msg->msg_req.hc_dsize = sizeof(struct vmbus_chanmsg_gpadl_conn) + in vmbus_handle_alloc()2044 hdr = (struct vmbus_chanmsg_gpadl_conn *)msg->msg_req.hc_data; in vmbus_handle_alloc()
1734 (out_msg.msg_req == MS_SDTR_CODE)) { in AscIsrChipHalted()2087 ext_msg.msg_req == MS_SDTR_CODE && in AscHandleExtMsgIn()2142 ext_msg.msg_req == MS_WDTR_CODE && in AscHandleExtMsgIn()2170 sdtr_buf.msg_req = MS_SDTR_CODE; in AscMsgOutSDTR()
772 u_int8_t msg_req; member