Lines Matching refs:hv_kvp_msg
71 #define BUFFERSIZE sizeof(struct hv_kvp_msg)
154 struct hv_kvp_msg *host_kvp_msg;
157 struct hv_kvp_msg daemon_kvp_msg;
213 sc->host_kvp_msg = (struct hv_kvp_msg *)&rcv_buf[ in hv_kvp_transaction_init()
222 hv_kvp_convert_utf8_ipinfo_to_utf16(struct hv_kvp_msg *umsg, in hv_kvp_convert_utf8_ipinfo_to_utf16()
271 struct hv_kvp_msg *umsg) in hv_kvp_convert_utf16_ipinfo_to_utf8()
352 hv_kvp_convert_hostmsg_to_usermsg(struct hv_kvp_msg *hmsg, struct hv_kvp_msg *umsg) in hv_kvp_convert_hostmsg_to_usermsg()
359 memset(umsg, 0, sizeof(struct hv_kvp_msg)); in hv_kvp_convert_hostmsg_to_usermsg()
463 hv_kvp_convert_usermsg_to_hostmsg(struct hv_kvp_msg *umsg, struct hv_kvp_msg *hmsg) in hv_kvp_convert_usermsg_to_hostmsg()
558 struct hv_kvp_msg *hmsg = sc->host_kvp_msg; in hv_kvp_send_msg_to_daemon()
559 struct hv_kvp_msg *umsg = &sc->daemon_kvp_msg; in hv_kvp_send_msg_to_daemon()
731 struct hv_kvp_msg *hv_kvp_dev_buf; in hv_kvp_dev_daemon_read()
741 memcpy(hv_kvp_dev_buf, &sc->daemon_kvp_msg, sizeof(struct hv_kvp_msg)); in hv_kvp_dev_daemon_read()
763 struct hv_kvp_msg *hv_kvp_dev_buf; in hv_kvp_dev_daemon_write()
776 memcpy(&sc->daemon_kvp_msg, hv_kvp_dev_buf, sizeof(struct hv_kvp_msg)); in hv_kvp_dev_daemon_write()
793 struct hv_kvp_msg *hmsg = sc->host_kvp_msg; in hv_kvp_dev_daemon_write()
794 struct hv_kvp_msg *umsg = &sc->daemon_kvp_msg; in hv_kvp_dev_daemon_write()