Home
last modified time | relevance | path

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

/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;
/linux/tools/hv/
H A Dhv_fcopy_uio_daemon.c310 static int hv_fcopy_send_data(struct hv_fcopy_hdr *fcopy_msg, int recvlen) in hv_fcopy_send_data()
343 struct hv_fcopy_hdr *fcopy_msg; in fcopy_pkt_process()
362 if (pktlen < ICMSG_HDR + sizeof(struct hv_fcopy_hdr)) { in fcopy_pkt_process()
368 fcopy_msg = (struct hv_fcopy_hdr *)&desc[offset + ICMSG_HDR]; in fcopy_pkt_process()
H A Dhv_fcopy_daemon.c