Searched refs:icmsghdrp (Results 1 – 4 of 4) sorted by relevance
136 struct icmsg_hdr *icmsghdrp; in shutdown_onchannelcallback() local142 icmsghdrp = (struct icmsg_hdr *)&shut_txf_buf[ in shutdown_onchannelcallback()145 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in shutdown_onchannelcallback()146 if (vmbus_prep_negotiate_resp(icmsghdrp, shut_txf_buf, in shutdown_onchannelcallback()163 icmsghdrp->status = HV_S_OK; in shutdown_onchannelcallback()170 icmsghdrp->status = HV_E_FAIL; in shutdown_onchannelcallback()179 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION in shutdown_onchannelcallback()281 struct icmsg_hdr *icmsghdrp; in timesync_onchannelcallback() local290 icmsghdrp = (struct icmsg_hdr *)&time_txf_buf[ in timesync_onchannelcallback()293 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in timesync_onchannelcallback()[all …]
249 struct icmsg_hdr *icmsghdrp; in vss_respond_to_host() local263 icmsghdrp = (struct icmsg_hdr *) in vss_respond_to_host()273 icmsghdrp->status = error; in vss_respond_to_host()275 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in vss_respond_to_host()295 struct icmsg_hdr *icmsghdrp; in hv_vss_onchannelcallback() local304 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[ in hv_vss_onchannelcallback()307 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_vss_onchannelcallback()308 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_vss_onchannelcallback()335 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION in hv_vss_onchannelcallback()
519 struct icmsg_hdr *icmsghdrp; in kvp_respond_to_host() local536 icmsghdrp = (struct icmsg_hdr *) in kvp_respond_to_host()546 icmsghdrp->status = error; in kvp_respond_to_host()570 icmsghdrp->status = HV_E_FAIL; in kvp_respond_to_host()613 icmsghdrp->status = HV_E_FAIL; in kvp_respond_to_host()618 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in kvp_respond_to_host()642 struct icmsg_hdr *icmsghdrp; in hv_kvp_onchannelcallback() local668 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[ in hv_kvp_onchannelcallback()671 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_kvp_onchannelcallback()672 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_kvp_onchannelcallback()[all …]
204 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, in vmbus_prep_negotiate_resp() argument217 icmsghdrp->icmsgsize = 0x10; in vmbus_prep_negotiate_resp()