Home
last modified time | relevance | path

Searched refs:sc_creation_callback (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/hv/
H A Dchannel_mgmt.c514 if (primary_channel->sc_creation_callback != NULL) in vmbus_add_channel_work()
515 primary_channel->sc_creation_callback(newchannel); in vmbus_add_channel_work()
1610 primary_channel->sc_creation_callback = sc_cr_cb; in vmbus_set_sc_create_callback()
H A Dchannel.c936 channel->sc_creation_callback = NULL; in vmbus_reset_channel_cb()
/openbmc/linux/include/linux/
H A Dhyperv.h949 void (*sc_creation_callback)(struct vmbus_channel *new_sc); member