Home
last modified time | relevance | path

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

/linux-6.12.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_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 …]