Searched refs:fcopy_msg (Results 1 – 1 of 1) sorted by relevance
312 static int hv_fcopy_send_data(struct hv_fcopy_hdr *fcopy_msg, int recvlen) in hv_fcopy_send_data() argument314 int operation = fcopy_msg->operation; in hv_fcopy_send_data()329 return hv_fcopy_start((struct hv_start_fcopy *)fcopy_msg); in hv_fcopy_send_data()331 return hv_copy_data((struct hv_do_fcopy *)fcopy_msg); in hv_fcopy_send_data()345 struct hv_fcopy_hdr *fcopy_msg; in fcopy_pkt_process() local370 fcopy_msg = (struct hv_fcopy_hdr *)&desc[offset + ICMSG_HDR]; in fcopy_pkt_process()371 icmsghdr->status = hv_fcopy_send_data(fcopy_msg, pktlen); in fcopy_pkt_process()
Completed in 10 milliseconds