Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dhv_snapshot.c45 struct vmbus_channel *recv_channel; /* chn we got the request */ member
86 if (vss_transaction.recv_channel != NULL) in vss_cn_callback()
87 hv_vss_onchannelcallback(vss_transaction.recv_channel); in vss_cn_callback()
155 channel = vss_transaction.recv_channel; in vss_respond_to_host()
199 vss_transaction.recv_channel = channel; in hv_vss_onchannelcallback()
225 vss_transaction.recv_channel = channel; in hv_vss_onchannelcallback()
Dhv_fcopy.c62 struct vmbus_channel *recv_channel; /* chn we got the request */ member
189 channel = fcopy_transaction.recv_channel; in fcopy_respond_to_host()
254 fcopy_transaction.recv_channel = channel; in hv_fcopy_onchannelcallback()
Dhv_kvp.c60 struct vmbus_channel *recv_channel; /* chn we got the request */ member
498 channel = kvp_transaction.recv_channel; in kvp_respond_to_host()
665 kvp_transaction.recv_channel = channel; in hv_kvp_onchannelcallback()