Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hv/
Dhv_snapshot.c59 struct vmbus_channel *recv_channel; /* chn we got the request */ member
101 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_timeout_func()
106 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_register_done()
164 hv_poll_channel(vss_transaction.recv_channel, in vss_on_msg()
243 hv_poll_channel(vss_transaction.recv_channel, vss_poll_wrapper); in vss_handle_request()
264 channel = vss_transaction.recv_channel; in vss_respond_to_host()
380 vss_transaction.recv_channel = srv->channel; in hv_vss_init()
381 vss_transaction.recv_channel->max_pkt_size = VSS_MAX_PKT_SIZE; in hv_vss_init()
409 struct vmbus_channel *channel = vss_transaction.recv_channel; in hv_vss_pre_suspend()
444 struct vmbus_channel *channel = vss_transaction.recv_channel; in hv_vss_pre_resume()
Dhv_fcopy.c53 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()
330 hv_poll_channel(fcopy_transaction.recv_channel, in fcopy_on_msg()
351 fcopy_transaction.recv_channel = srv->channel; in hv_fcopy_init()
352 fcopy_transaction.recv_channel->max_pkt_size = HV_HYP_PAGE_SIZE * 2; in hv_fcopy_init()
378 struct vmbus_channel *channel = fcopy_transaction.recv_channel; in hv_fcopy_pre_suspend()
413 struct vmbus_channel *channel = fcopy_transaction.recv_channel; in hv_fcopy_pre_resume()
Dhv_kvp.c81 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()
745 hv_poll_channel(kvp_transaction.recv_channel, kvp_poll_wrapper); in hv_kvp_onchannelcallback()
759 kvp_transaction.recv_channel = srv->channel; in hv_kvp_init()
760 kvp_transaction.recv_channel->max_pkt_size = HV_HYP_PAGE_SIZE * 4; in hv_kvp_init()
787 struct vmbus_channel *channel = kvp_transaction.recv_channel; in hv_kvp_pre_suspend()
[all …]