Home
last modified time | relevance | path

Searched refs:onchannel_callback (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dhyperv.h824 void (*onchannel_callback)(void *context); member
1142 void (*onchannel_callback)(void *context),
1151 void (*onchannel_callback)(void *context),
/linux/drivers/hv/
H A Dhv_snapshot.c271 if (channel->onchannel_callback == NULL) in vss_respond_to_host()
H A Dconnection.c417 callback_fn = READ_ONCE(channel->onchannel_callback); in vmbus_on_event()
H A Dchannel.c662 newchannel->onchannel_callback = onchannelcallback; in __vmbus_open()
898 channel->onchannel_callback = NULL; in vmbus_reset_channel_cb()
H A Dhv_kvp.c540 if (channel->onchannel_callback == NULL) in kvp_respond_to_host()
H A Dvmbus_drv.c1282 callback_fn = channel->onchannel_callback; in vmbus_chan_sched()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c2058 if (unlikely(channel->onchannel_callback == NULL)) { in hv_compose_msi_msg()