Symbol: icmsg_hdr
drivers/hv/channel_mgmt.c
235
bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf,
drivers/hv/hv_kvp.c
520
struct icmsg_hdr *icmsghdrp;
drivers/hv/hv_kvp.c
537
icmsghdrp = (struct icmsg_hdr *)
drivers/hv/hv_kvp.c
563
sizeof(struct icmsg_hdr)];
drivers/hv/hv_kvp.c
643
struct icmsg_hdr *icmsghdrp;
drivers/hv/hv_kvp.c
680
icmsghdrp = (struct icmsg_hdr *)&recv_buffer[sizeof(struct vmbuspipe_hdr)];
drivers/hv/hv_snapshot.c
254
struct icmsg_hdr *icmsghdrp;
drivers/hv/hv_snapshot.c
268
icmsghdrp = (struct icmsg_hdr *)
drivers/hv/hv_snapshot.c
300
struct icmsg_hdr *icmsghdrp;
drivers/hv/hv_snapshot.c
320
icmsghdrp = (struct icmsg_hdr *)&recv_buffer[sizeof(struct vmbuspipe_hdr)];
drivers/hv/hv_util.c
189
struct icmsg_hdr *icmsghdrp;
drivers/hv/hv_util.c
206
icmsghdrp = (struct icmsg_hdr *)&shut_txf_buf[sizeof(struct vmbuspipe_hdr)];
drivers/hv/hv_util.c
422
struct icmsg_hdr *icmsghdrp;
drivers/hv/hv_util.c
451
icmsghdrp = (struct icmsg_hdr *)&time_txf_buf[
drivers/hv/hv_util.c
515
struct icmsg_hdr *icmsghdrp;
drivers/hv/hv_util.c
537
icmsghdrp = (struct icmsg_hdr *)&hbeat_txf_buf[
include/linux/hyperv.h
1552
#define ICMSG_HDR (sizeof(struct vmbuspipe_hdr) + sizeof(struct icmsg_hdr))
include/linux/hyperv.h
1617
extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, u32 buflen,
tools/hv/hv_fcopy_uio_daemon.c
216
static bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, unsigned char *buf,
tools/hv/hv_fcopy_uio_daemon.c
391
struct icmsg_hdr *icmsghdr;
tools/hv/hv_fcopy_uio_daemon.c
396
icmsghdr = (struct icmsg_hdr *)&desc[offset + sizeof(struct vmbuspipe_hdr)];
tools/hv/vmbus_bufring.h
17
#define ICMSG_HDR (sizeof(struct vmbuspipe_hdr) + sizeof(struct icmsg_hdr))