Home
last modified time | relevance | path

Searched refs:icmsg_hdr (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/hv/
Dhv_fcopy.c193 struct icmsg_hdr *icmsghdr; in fcopy_respond_to_host()
210 icmsghdr = (struct icmsg_hdr *) in fcopy_respond_to_host()
232 struct icmsg_hdr *icmsghdr; in hv_fcopy_onchannelcallback()
253 icmsghdr = (struct icmsg_hdr *)&recv_buffer[ in hv_fcopy_onchannelcallback()
Dhv_snapshot.c253 struct icmsg_hdr *icmsghdrp; in vss_respond_to_host()
267 icmsghdrp = (struct icmsg_hdr *) in vss_respond_to_host()
299 struct icmsg_hdr *icmsghdrp; in hv_vss_onchannelcallback()
319 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[sizeof(struct vmbuspipe_hdr)]; in hv_vss_onchannelcallback()
Dhv_util.c195 struct icmsg_hdr *icmsghdrp; in shutdown_onchannelcallback()
212 icmsghdrp = (struct icmsg_hdr *)&shut_txf_buf[sizeof(struct vmbuspipe_hdr)]; in shutdown_onchannelcallback()
399 struct icmsg_hdr *icmsghdrp; in timesync_onchannelcallback()
428 icmsghdrp = (struct icmsg_hdr *)&time_txf_buf[ in timesync_onchannelcallback()
492 struct icmsg_hdr *icmsghdrp; in heartbeat_onchannelcallback()
514 icmsghdrp = (struct icmsg_hdr *)&hbeat_txf_buf[ in heartbeat_onchannelcallback()
Dhv_kvp.c520 struct icmsg_hdr *icmsghdrp; in kvp_respond_to_host()
537 icmsghdrp = (struct icmsg_hdr *) in kvp_respond_to_host()
563 sizeof(struct icmsg_hdr)]; in kvp_respond_to_host()
643 struct icmsg_hdr *icmsghdrp; in hv_kvp_onchannelcallback()
680 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[sizeof(struct vmbuspipe_hdr)]; in hv_kvp_onchannelcallback()
Dchannel_mgmt.c225 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, in vmbus_prep_negotiate_resp()
/linux-6.1.9/include/linux/
Dhyperv.h1564 struct icmsg_hdr { struct
1576 #define ICMSG_HDR (sizeof(struct vmbuspipe_hdr) + sizeof(struct icmsg_hdr)) argument
1641 extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, u32 buflen,