Searched refs:icmsghdrp (Results 1 – 5 of 5) sorted by relevance
147 struct icmsg_hdr *icmsghdrp; in shutdown_onchannelcallback() local153 icmsghdrp = (struct icmsg_hdr *)&shut_txf_buf[ in shutdown_onchannelcallback()156 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in shutdown_onchannelcallback()157 if (vmbus_prep_negotiate_resp(icmsghdrp, shut_txf_buf, in shutdown_onchannelcallback()174 icmsghdrp->status = HV_S_OK; in shutdown_onchannelcallback()181 icmsghdrp->status = HV_E_FAIL; in shutdown_onchannelcallback()190 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION in shutdown_onchannelcallback()292 struct icmsg_hdr *icmsghdrp; in timesync_onchannelcallback() local301 icmsghdrp = (struct icmsg_hdr *)&time_txf_buf[ in timesync_onchannelcallback()304 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in timesync_onchannelcallback()[all …]
260 struct icmsg_hdr *icmsghdrp; in vss_respond_to_host() local274 icmsghdrp = (struct icmsg_hdr *) in vss_respond_to_host()284 icmsghdrp->status = error; in vss_respond_to_host()286 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in vss_respond_to_host()306 struct icmsg_hdr *icmsghdrp; in hv_vss_onchannelcallback() local315 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[ in hv_vss_onchannelcallback()318 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_vss_onchannelcallback()319 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_vss_onchannelcallback()346 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION in hv_vss_onchannelcallback()
499 struct icmsg_hdr *icmsghdrp; in kvp_respond_to_host() local516 icmsghdrp = (struct icmsg_hdr *) in kvp_respond_to_host()526 icmsghdrp->status = error; in kvp_respond_to_host()550 icmsghdrp->status = HV_E_FAIL; in kvp_respond_to_host()593 icmsghdrp->status = HV_E_FAIL; in kvp_respond_to_host()598 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in kvp_respond_to_host()622 struct icmsg_hdr *icmsghdrp; in hv_kvp_onchannelcallback() local648 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[ in hv_kvp_onchannelcallback()651 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_kvp_onchannelcallback()652 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_kvp_onchannelcallback()[all …]
221 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, in vmbus_prep_negotiate_resp() argument234 icmsghdrp->icmsgsize = 0x10; in vmbus_prep_negotiate_resp()
1440 extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf,