Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hv/
Dhv_fcopy.c52 struct hv_fcopy_hdr *fcopy_msg; /* current message */
231 struct hv_fcopy_hdr *fcopy_msg; in hv_fcopy_onchannelcallback()
269 if (recvlen < ICMSG_HDR + sizeof(struct hv_fcopy_hdr)) { in hv_fcopy_onchannelcallback()
274 fcopy_msg = (struct hv_fcopy_hdr *)&recv_buffer[ICMSG_HDR]; in hv_fcopy_onchannelcallback()
379 struct hv_fcopy_hdr *fcopy_msg; in hv_fcopy_pre_suspend()
/linux-6.1.9/include/uapi/linux/
Dhyperv.h131 struct hv_fcopy_hdr { struct
141 struct hv_fcopy_hdr hdr; argument
154 struct hv_fcopy_hdr hdr;
/linux-6.1.9/tools/hv/
Dhv_fcopy_daemon.c155 struct hv_fcopy_hdr hdr; in main()