Home
last modified time | relevance | path

Searched refs:hv_kvp_msg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hv/
H A Dhv_kvp.c80 struct hv_kvp_msg *kvp_msg; /* current message */
93 static void kvp_respond_to_host(struct hv_kvp_msg *msg, int error);
134 struct hv_kvp_msg *kvp_msg; in kvp_register()
166 static int kvp_handle_handshake(struct hv_kvp_msg *msg) in kvp_handle_handshake()
201 struct hv_kvp_msg *message = (struct hv_kvp_msg *)msg; in kvp_on_msg()
263 struct hv_kvp_msg *in = in_msg; in process_ob_ipinfo()
324 struct hv_kvp_msg *out = out_msg; in process_ib_ipinfo()
376 struct hv_kvp_msg *message; in kvp_send_key()
377 struct hv_kvp_msg *in_msg; in kvp_send_key()
514 kvp_respond_to_host(struct hv_kvp_msg *msg_to_host, int error) in kvp_respond_to_host()
[all …]
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c1542 struct hv_kvp_msg hv_msg[1]; in main()
1609 len = write(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1610 if (len != sizeof(struct hv_kvp_msg)) { in main()
1633 len = read(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1635 if (len != sizeof(struct hv_kvp_msg)) { in main()
1803 len = write(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1804 if (len != sizeof(struct hv_kvp_msg)) { in main()
/openbmc/linux/include/uapi/linux/
H A Dhyperv.h390 struct hv_kvp_msg { struct