Searched refs:icmsghdrp (Results 1 – 4 of 4) sorted by relevance
112 struct icmsg_hdr *icmsghdrp; in shutdown_onchannelcallback() local119 icmsghdrp = (struct icmsg_hdr *)&shut_txf_buf[ in shutdown_onchannelcallback()122 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in shutdown_onchannelcallback()123 vmbus_prep_negotiate_resp(icmsghdrp, negop, in shutdown_onchannelcallback()135 icmsghdrp->status = HV_S_OK; in shutdown_onchannelcallback()142 icmsghdrp->status = HV_E_FAIL; in shutdown_onchannelcallback()151 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION in shutdown_onchannelcallback()238 struct icmsg_hdr *icmsghdrp; in timesync_onchannelcallback() local247 icmsghdrp = (struct icmsg_hdr *)&time_txf_buf[ in timesync_onchannelcallback()250 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in timesync_onchannelcallback()[all …]
192 struct icmsg_hdr *icmsghdrp; in vss_respond_to_host() local206 icmsghdrp = (struct icmsg_hdr *) in vss_respond_to_host()216 icmsghdrp->status = error; in vss_respond_to_host()218 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in vss_respond_to_host()238 struct icmsg_hdr *icmsghdrp; in hv_vss_onchannelcallback() local255 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[ in hv_vss_onchannelcallback()258 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_vss_onchannelcallback()259 vmbus_prep_negotiate_resp(icmsghdrp, negop, in hv_vss_onchannelcallback()321 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION in hv_vss_onchannelcallback()
471 struct icmsg_hdr *icmsghdrp; in kvp_respond_to_host() local488 icmsghdrp = (struct icmsg_hdr *) in kvp_respond_to_host()498 icmsghdrp->status = error; in kvp_respond_to_host()522 icmsghdrp->status = HV_E_FAIL; in kvp_respond_to_host()565 icmsghdrp->status = HV_E_FAIL; in kvp_respond_to_host()570 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in kvp_respond_to_host()594 struct icmsg_hdr *icmsghdrp; in hv_kvp_onchannelcallback() local613 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[ in hv_kvp_onchannelcallback()616 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_kvp_onchannelcallback()635 vmbus_prep_negotiate_resp(icmsghdrp, negop, in hv_kvp_onchannelcallback()[all …]
54 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, in vmbus_prep_negotiate_resp() argument65 icmsghdrp->icmsgsize = 0x10; in vmbus_prep_negotiate_resp()