Searched refs:recv_channel (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/hv/ |
D | hv_snapshot.c | 55 struct vmbus_channel *recv_channel; /* chn we got the request */ member 97 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_timeout_func() 102 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_register_done() 160 hv_poll_channel(vss_transaction.recv_channel, in vss_on_msg() 239 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_handle_request() 260 channel = vss_transaction.recv_channel; in vss_respond_to_host() 361 vss_transaction.recv_channel = srv->channel; in hv_vss_init()
|
D | hv_fcopy.c | 52 struct vmbus_channel *recv_channel; /* chn we got the request */ member 83 hv_poll_channel(fcopy_transaction.recv_channel, fcopy_poll_wrapper); in fcopy_timeout_func() 89 hv_poll_channel(fcopy_transaction.recv_channel, fcopy_poll_wrapper); in fcopy_register_done() 206 channel = fcopy_transaction.recv_channel; in fcopy_respond_to_host() 309 hv_poll_channel(fcopy_transaction.recv_channel, in fcopy_on_msg() 330 fcopy_transaction.recv_channel = srv->channel; in hv_fcopy_init()
|
D | hv_kvp.c | 80 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() 533 channel = kvp_transaction.recv_channel; in kvp_respond_to_host() 726 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in hv_kvp_onchannelcallback() 742 kvp_transaction.recv_channel = srv->channel; in hv_kvp_init()
|