Home
last modified time | relevance | path

Searched refs:hvutil_transport_send (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hv/
A Dhv_fcopy.c104 if (hvutil_transport_send(hvt, &our_ver, sizeof(our_ver), in fcopy_handle_handshake()
175 rc = hvutil_transport_send(hvt, out_src, out_len, NULL); in fcopy_send_data()
401 hvutil_transport_send(hvt, fcopy_msg, sizeof(*fcopy_msg), NULL); in hv_fcopy_pre_suspend()
A Dhv_snapshot.c118 if (hvutil_transport_send(hvt, &our_ver, sizeof(our_ver), in vss_handle_handshake()
195 rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); in vss_send_op()
429 hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); in hv_vss_pre_suspend()
A Dhv_utils_transport.h41 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len,
A Dhv_kvp.c144 hvutil_transport_send(hvt, kvp_msg, sizeof(*kvp_msg), in kvp_register()
497 rc = hvutil_transport_send(hvt, message, sizeof(*message), NULL); in kvp_send_key()
A Dhv_utils_transport.c217 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len, in hvutil_transport_send() function

Completed in 7 milliseconds