Home
last modified time | relevance | path

Searched refs:recv_channel (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_snapshot.c56 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()
H A 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()
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()
H A 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()
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()
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H A 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()
H A 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()
[all...]
H A 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...]

Completed in 4 milliseconds