Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A 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()
/openbmc/linux/include/uapi/linux/
H A Dhyperv.h131 struct hv_fcopy_hdr { struct
141 struct hv_fcopy_hdr hdr; argument
154 struct hv_fcopy_hdr hdr;
/openbmc/linux/tools/hv/
H A Dhv_fcopy_daemon.c155 struct hv_fcopy_hdr hdr; in main()