Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dhv_snapshot.c66 struct vmbus_channel *recv_channel; /* chn we got the request */ member
108 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_timeout_func()
113 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_register_done()
171 hv_poll_channel(vss_transaction.recv_channel, in vss_on_msg()
250 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_handle_request()
271 channel = vss_transaction.recv_channel; in vss_respond_to_host()
372 vss_transaction.recv_channel = srv->channel; in hv_vss_init()
Dhv_fcopy.c62 struct vmbus_channel *recv_channel; /* chn we got the request */ member
93 hv_poll_channel(fcopy_transaction.recv_channel, fcopy_poll_wrapper); in fcopy_timeout_func()
99 hv_poll_channel(fcopy_transaction.recv_channel, fcopy_poll_wrapper); in fcopy_register_done()
216 channel = fcopy_transaction.recv_channel; in fcopy_respond_to_host()
319 hv_poll_channel(fcopy_transaction.recv_channel, in fcopy_on_msg()
340 fcopy_transaction.recv_channel = srv->channel; in hv_fcopy_init()
Dhv_kvp.c80 struct vmbus_channel *recv_channel; /* chn we got the request */ member
126 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in kvp_register_done()
157 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in kvp_timeout_func()
162 tasklet_schedule(&kvp_transaction.recv_channel->callback_event); in kvp_host_handshake_func()
253 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in kvp_on_msg()
513 channel = kvp_transaction.recv_channel; in kvp_respond_to_host()
706 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in hv_kvp_onchannelcallback()
722 kvp_transaction.recv_channel = srv->channel; in hv_kvp_init()