Lines Matching refs:icmsghdrp
253 struct icmsg_hdr *icmsghdrp; in vss_respond_to_host() local
267 icmsghdrp = (struct icmsg_hdr *) in vss_respond_to_host()
277 icmsghdrp->status = error; in vss_respond_to_host()
279 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in vss_respond_to_host()
299 struct icmsg_hdr *icmsghdrp; in hv_vss_onchannelcallback() local
319 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[sizeof(struct vmbuspipe_hdr)]; in hv_vss_onchannelcallback()
321 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_vss_onchannelcallback()
322 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_vss_onchannelcallback()
332 } else if (icmsghdrp->icmsgtype == ICMSGTYPE_VSS) { in hv_vss_onchannelcallback()
354 icmsghdrp->icmsgtype); in hv_vss_onchannelcallback()
358 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION | in hv_vss_onchannelcallback()