Home
last modified time | relevance | path

Searched refs:fcopy_msg (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/hv/
Dhv_fcopy.c51 struct hv_fcopy_hdr *fcopy_msg; /* current message */ member
124 int operation = fcopy_transaction.fcopy_msg->operation; in fcopy_send_data()
148 smsg_in = (struct hv_start_fcopy *)fcopy_transaction.fcopy_msg; in fcopy_send_data()
164 out_src = fcopy_transaction.fcopy_msg; in fcopy_send_data()
168 out_src = fcopy_transaction.fcopy_msg; in fcopy_send_data()
230 struct hv_fcopy_hdr *fcopy_msg; in hv_fcopy_onchannelcallback() local
255 fcopy_msg = (struct hv_fcopy_hdr *)&recv_buffer[ in hv_fcopy_onchannelcallback()
266 fcopy_transaction.fcopy_msg = fcopy_msg; in hv_fcopy_onchannelcallback()