Lines Matching refs:fcopy_msg
52 struct hv_fcopy_hdr *fcopy_msg; /* current message */ member
125 int operation = fcopy_transaction.fcopy_msg->operation; in fcopy_send_data()
149 smsg_in = (struct hv_start_fcopy *)fcopy_transaction.fcopy_msg; in fcopy_send_data()
165 out_src = fcopy_transaction.fcopy_msg; in fcopy_send_data()
169 out_src = fcopy_transaction.fcopy_msg; in fcopy_send_data()
231 struct hv_fcopy_hdr *fcopy_msg; in hv_fcopy_onchannelcallback() local
256 fcopy_msg = (struct hv_fcopy_hdr *)&recv_buffer[ in hv_fcopy_onchannelcallback()
267 fcopy_transaction.fcopy_msg = fcopy_msg; in hv_fcopy_onchannelcallback()
358 struct hv_fcopy_hdr *fcopy_msg; in hv_fcopy_pre_suspend() local
369 fcopy_msg = kzalloc(sizeof(*fcopy_msg), GFP_KERNEL); in hv_fcopy_pre_suspend()
370 if (!fcopy_msg) in hv_fcopy_pre_suspend()
375 fcopy_msg->operation = CANCEL_FCOPY; in hv_fcopy_pre_suspend()
380 hvutil_transport_send(hvt, fcopy_msg, sizeof(*fcopy_msg), NULL); in hv_fcopy_pre_suspend()
382 kfree(fcopy_msg); in hv_fcopy_pre_suspend()