Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hv/
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()
Dhv_snapshot.c121 if (hvutil_transport_send(hvt, &our_ver, sizeof(our_ver), in vss_handle_handshake()
198 rc = hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); in vss_send_op()
432 hvutil_transport_send(hvt, vss_msg, sizeof(*vss_msg), NULL); in hv_vss_pre_suspend()
Dhv_utils_transport.h41 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len,
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()
Dhv_utils_transport.c217 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len, in hvutil_transport_send() function