Lines Matching refs:hv_kvp_msg
80 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()
516 struct hv_kvp_msg *kvp_msg; in kvp_respond_to_host()
561 kvp_msg = (struct hv_kvp_msg *) in kvp_respond_to_host()
641 struct hv_kvp_msg *kvp_msg; in hv_kvp_onchannelcallback()
698 kvp_msg = (struct hv_kvp_msg *)&recv_buffer[ICMSG_HDR]; in hv_kvp_onchannelcallback()