Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dhv_fcopy.c66 } fcopy_transaction; variable
98 if (down_trylock(&fcopy_transaction.read_sema)) in fcopy_work_func()
119 fcopy_transaction.active = false; in fcopy_handle_handshake()
120 if (fcopy_transaction.fcopy_context) in fcopy_handle_handshake()
121 hv_fcopy_onchannelcallback(fcopy_transaction.fcopy_context); in fcopy_handle_handshake()
128 struct hv_start_fcopy *smsg_out = &fcopy_transaction.message; in fcopy_send_data()
129 int operation = fcopy_transaction.fcopy_msg->operation; in fcopy_send_data()
147 smsg_in = (struct hv_start_fcopy *)fcopy_transaction.fcopy_msg; in fcopy_send_data()
164 up(&fcopy_transaction.read_sema); in fcopy_send_data()
188 buf_len = fcopy_transaction.recv_len; in fcopy_respond_to_host()
[all …]