Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dhyperv.h866 void (*onchannel_callback)(void *context); member
1178 void (*onchannel_callback)(void *context),
1187 void (*onchannel_callback)(void *context),
/linux-6.6.21/drivers/hv/
Dhv_fcopy.c213 if (channel->onchannel_callback == NULL) in fcopy_respond_to_host()
Dhv_snapshot.c270 if (channel->onchannel_callback == NULL) in vss_respond_to_host()
Dconnection.c391 callback_fn = READ_ONCE(channel->onchannel_callback); in vmbus_on_event()
Dchannel.c680 newchannel->onchannel_callback = onchannelcallback; in __vmbus_open()
914 channel->onchannel_callback = NULL; in vmbus_reset_channel_cb()
Dhv_kvp.c540 if (channel->onchannel_callback == NULL) in kvp_respond_to_host()
Dvmbus_drv.c1262 callback_fn = channel->onchannel_callback; in vmbus_chan_sched()
/linux-6.6.21/drivers/pci/controller/
Dpci-hyperv.c1999 if (unlikely(channel->onchannel_callback == NULL)) { in hv_compose_msi_msg()