Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dhv_kvp.c79 struct hv_kvp_msg *kvp_msg; /* current message */
92 static void kvp_respond_to_host(struct hv_kvp_msg *msg, int error);
133 struct hv_kvp_msg *kvp_msg; in kvp_register()
165 static int kvp_handle_handshake(struct hv_kvp_msg *msg) in kvp_handle_handshake()
200 struct hv_kvp_msg *message = (struct hv_kvp_msg *)msg; in kvp_on_msg()
262 struct hv_kvp_msg *in = in_msg; in process_ob_ipinfo()
323 struct hv_kvp_msg *out = out_msg; in process_ib_ipinfo()
375 struct hv_kvp_msg *message; in kvp_send_key()
376 struct hv_kvp_msg *in_msg; in kvp_send_key()
513 kvp_respond_to_host(struct hv_kvp_msg *msg_to_host, int error) in kvp_respond_to_host()
[all …]
/Linux-v5.4/tools/hv/
Dhv_kvp_daemon.c1367 struct hv_kvp_msg hv_msg[1]; in main()
1430 len = write(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1431 if (len != sizeof(struct hv_kvp_msg)) { in main()
1454 len = read(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1456 if (len != sizeof(struct hv_kvp_msg)) { in main()
1622 len = write(kvp_fd, hv_msg, sizeof(struct hv_kvp_msg)); in main()
1623 if (len != sizeof(struct hv_kvp_msg)) { in main()
/Linux-v5.4/include/uapi/linux/
Dhyperv.h379 struct hv_kvp_msg { struct