Searched refs:fcopy_msg (Results 1 – 1 of 1) sorted by relevance
310 static int hv_fcopy_send_data(struct hv_fcopy_hdr *fcopy_msg, int recvlen) in hv_fcopy_send_data() argument312 int operation = fcopy_msg->operation; in hv_fcopy_send_data()327 return hv_fcopy_start((struct hv_start_fcopy *)fcopy_msg); in hv_fcopy_send_data()329 return hv_copy_data((struct hv_do_fcopy *)fcopy_msg); in hv_fcopy_send_data()343 struct hv_fcopy_hdr *fcopy_msg; in fcopy_pkt_process() local368 fcopy_msg = (struct hv_fcopy_hdr *)&desc[offset + ICMSG_HDR]; in fcopy_pkt_process()369 icmsghdr->status = hv_fcopy_send_data(fcopy_msg, pktlen); in fcopy_pkt_process()