Searched refs:recv_channel (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
D | hv_snapshot.c | 56 struct vmbus_channel *recv_channel; /* chn we got the request */ member 98 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_timeout_func() 103 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_register_done() 161 hv_poll_channel(vss_transaction.recv_channel, in vss_on_msg() 240 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_handle_request() 261 channel = vss_transaction.recv_channel; in vss_respond_to_host() 362 vss_transaction.recv_channel = srv->channel; in hv_vss_init() 390 struct vmbus_channel *channel = vss_transaction.recv_channel; in hv_vss_pre_suspend() 425 struct vmbus_channel *channel = vss_transaction.recv_channel; in hv_vss_pre_resume()
|
D | hv_fcopy.c | 53 struct vmbus_channel *recv_channel; /* chn we got the request */ member 84 hv_poll_channel(fcopy_transaction.recv_channel, fcopy_poll_wrapper); in fcopy_timeout_func() 90 hv_poll_channel(fcopy_transaction.recv_channel, fcopy_poll_wrapper); in fcopy_register_done() 207 channel = fcopy_transaction.recv_channel; in fcopy_respond_to_host() 310 hv_poll_channel(fcopy_transaction.recv_channel, in fcopy_on_msg() 331 fcopy_transaction.recv_channel = srv->channel; in hv_fcopy_init() 357 struct vmbus_channel *channel = fcopy_transaction.recv_channel; in hv_fcopy_pre_suspend() 392 struct vmbus_channel *channel = fcopy_transaction.recv_channel; in hv_fcopy_pre_resume()
|
D | hv_kvp.c | 81 struct vmbus_channel *recv_channel; /* chn we got the request */ member 127 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in kvp_register_done() 158 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in kvp_timeout_func() 163 tasklet_schedule(&kvp_transaction.recv_channel->callback_event); in kvp_host_handshake_func() 254 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in kvp_on_msg() 534 channel = kvp_transaction.recv_channel; in kvp_respond_to_host() 727 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in hv_kvp_onchannelcallback() 743 kvp_transaction.recv_channel = srv->channel; in hv_kvp_init() 770 struct vmbus_channel *channel = kvp_transaction.recv_channel; in hv_kvp_pre_suspend() 793 struct vmbus_channel *channel = kvp_transaction.recv_channel; in hv_kvp_pre_resume()
|