Searched refs:fcopy_msg (Results 1 – 1 of 1) sorted by relevance
52 struct hv_fcopy_hdr *fcopy_msg; /* current message */ member165 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() local283 fcopy_transaction.fcopy_msg = fcopy_msg; in hv_fcopy_onchannelcallback()379 struct hv_fcopy_hdr *fcopy_msg; in hv_fcopy_pre_suspend() local390 fcopy_msg = kzalloc(sizeof(*fcopy_msg), GFP_KERNEL); in hv_fcopy_pre_suspend()391 if (!fcopy_msg) in hv_fcopy_pre_suspend()396 fcopy_msg->operation = CANCEL_FCOPY; in hv_fcopy_pre_suspend()401 hvutil_transport_send(hvt, fcopy_msg, sizeof(*fcopy_msg), NULL); in hv_fcopy_pre_suspend()[all …]
Completed in 4 milliseconds