Searched refs:hvutil_transport_send (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/hv/ |
D | hv_fcopy.c | 104 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()
|
D | hv_snapshot.c | 121 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()
|
D | hv_utils_transport.h | 41 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len,
|
D | hv_kvp.c | 144 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()
|
D | hv_utils_transport.c | 217 int hvutil_transport_send(struct hvutil_transport *hvt, void *msg, int len, in hvutil_transport_send() function
|