Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dhv_snapshot.c254 struct icmsg_hdr *icmsghdrp; in vss_respond_to_host()
268 icmsghdrp = (struct icmsg_hdr *) in vss_respond_to_host()
300 struct icmsg_hdr *icmsghdrp; in hv_vss_onchannelcallback()
320 icmsghdrp = (struct icmsg_hdr *)&recv_buffer[sizeof(struct vmbuspipe_hdr)]; in hv_vss_onchannelcallback()
H A Dhv_util.c189 struct icmsg_hdr *icmsghdrp; in shutdown_onchannelcallback()
206 icmsghdrp = (struct icmsg_hdr *)&shut_txf_buf[sizeof(struct vmbuspipe_hdr)]; in shutdown_onchannelcallback()
422 struct icmsg_hdr *icmsghdrp; in timesync_onchannelcallback()
451 icmsghdrp = (struct icmsg_hdr *)&time_txf_buf[ in timesync_onchannelcallback()
515 struct icmsg_hdr *icmsghdrp; in heartbeat_onchannelcallback()
537 icmsghdrp = (struct icmsg_hdr *)&hbeat_txf_buf[ in heartbeat_onchannelcallback()
H A 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()
H A Dchannel_mgmt.c234 bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, in vmbus_prep_negotiate_resp()
/linux-6.15/tools/hv/
H A Dvmbus_bufring.h17 #define ICMSG_HDR (sizeof(struct vmbuspipe_hdr) + sizeof(struct icmsg_hdr))
125 struct icmsg_hdr { struct
H A Dhv_fcopy_uio_daemon.c157 static bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, unsigned char *buf, in vmbus_prep_negotiate_resp()
344 struct icmsg_hdr *icmsghdr; in fcopy_pkt_process()
349 icmsghdr = (struct icmsg_hdr *)&desc[offset + sizeof(struct vmbuspipe_hdr)]; in fcopy_pkt_process()
/linux-6.15/include/linux/
H A Dhyperv.h1512 struct icmsg_hdr { struct
1524 #define ICMSG_HDR (sizeof(struct vmbuspipe_hdr) + sizeof(struct icmsg_hdr)) argument
1589 extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, u32 buflen,