Home
last modified time | relevance | path

Searched refs:icmsghdrp (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hv/
A Dhv_util.c195 struct icmsg_hdr *icmsghdrp; in shutdown_onchannelcallback() local
243 icmsghdrp->status = HV_S_OK; in shutdown_onchannelcallback()
249 icmsghdrp->status = HV_S_OK; in shutdown_onchannelcallback()
262 icmsghdrp->status = HV_E_FAIL; in shutdown_onchannelcallback()
267 icmsghdrp->status = HV_E_FAIL; in shutdown_onchannelcallback()
269 icmsghdrp->icmsgtype); in shutdown_onchannelcallback()
399 struct icmsg_hdr *icmsghdrp; in timesync_onchannelcallback() local
468 icmsghdrp->status = HV_E_FAIL; in timesync_onchannelcallback()
470 icmsghdrp->icmsgtype); in timesync_onchannelcallback()
492 struct icmsg_hdr *icmsghdrp; in heartbeat_onchannelcallback() local
[all …]
A Dhv_snapshot.c250 struct icmsg_hdr *icmsghdrp; in vss_respond_to_host() local
264 icmsghdrp = (struct icmsg_hdr *) in vss_respond_to_host()
274 icmsghdrp->status = error; in vss_respond_to_host()
276 icmsghdrp->icflags = ICMSGHDRFLAG_TRANSACTION | ICMSGHDRFLAG_RESPONSE; in vss_respond_to_host()
296 struct icmsg_hdr *icmsghdrp; in hv_vss_onchannelcallback() local
316 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[sizeof(struct vmbuspipe_hdr)]; 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()
329 } else if (icmsghdrp->icmsgtype == ICMSGTYPE_VSS) { in hv_vss_onchannelcallback()
351 icmsghdrp->icmsgtype); in hv_vss_onchannelcallback()
[all …]
A Dhv_kvp.c520 struct icmsg_hdr *icmsghdrp; in kvp_respond_to_host() local
537 icmsghdrp = (struct icmsg_hdr *) in kvp_respond_to_host()
547 icmsghdrp->status = error; in kvp_respond_to_host()
571 icmsghdrp->status = HV_E_FAIL; in kvp_respond_to_host()
614 icmsghdrp->status = HV_E_FAIL; in kvp_respond_to_host()
643 struct icmsg_hdr *icmsghdrp; in hv_kvp_onchannelcallback() local
682 if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { in hv_kvp_onchannelcallback()
683 if (vmbus_prep_negotiate_resp(icmsghdrp, in hv_kvp_onchannelcallback()
692 } else if (icmsghdrp->icmsgtype == ICMSGTYPE_KVPEXCHANGE) { in hv_kvp_onchannelcallback()
733 icmsghdrp->icmsgtype); in hv_kvp_onchannelcallback()
[all …]
A Dchannel_mgmt.c223 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, in vmbus_prep_negotiate_resp() argument
242 icmsghdrp->icmsgsize = 0x10; in vmbus_prep_negotiate_resp()
/linux/include/linux/
A Dhyperv.h1587 extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, u32 buflen,

Completed in 16 milliseconds