Lines Matching defs:fcopy_msg
52 struct hv_fcopy_hdr *fcopy_msg; /* current message */
125 int operation = fcopy_transaction.fcopy_msg->operation;
149 smsg_in = (struct hv_start_fcopy *)fcopy_transaction.fcopy_msg;
165 out_src = fcopy_transaction.fcopy_msg;
169 out_src = fcopy_transaction.fcopy_msg;
231 struct hv_fcopy_hdr *fcopy_msg;
274 fcopy_msg = (struct hv_fcopy_hdr *)&recv_buffer[ICMSG_HDR];
283 fcopy_transaction.fcopy_msg = fcopy_msg;
379 struct hv_fcopy_hdr *fcopy_msg;
390 fcopy_msg = kzalloc(sizeof(*fcopy_msg), GFP_KERNEL);
391 if (!fcopy_msg)
396 fcopy_msg->operation = CANCEL_FCOPY;
401 hvutil_transport_send(hvt, fcopy_msg, sizeof(*fcopy_msg), NULL);
403 kfree(fcopy_msg);