Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhyperv.h887 void (*onchannel_callback)(void *context); member
1199 void (*onchannel_callback)(void *context),
1208 void (*onchannel_callback)(void *context),
/openbmc/linux/drivers/hv/
H A Dhv_fcopy.c213 if (channel->onchannel_callback == NULL) in fcopy_respond_to_host()
H A Dhv_snapshot.c270 if (channel->onchannel_callback == NULL) in vss_respond_to_host()
H A Dconnection.c406 callback_fn = READ_ONCE(channel->onchannel_callback); in vmbus_on_event()
H A Dchannel.c697 newchannel->onchannel_callback = onchannelcallback; in __vmbus_open()
933 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.c1262 callback_fn = channel->onchannel_callback; in vmbus_chan_sched()
/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c2000 if (unlikely(channel->onchannel_callback == NULL)) { in hv_compose_msi_msg()