Searched refs:sc_creation_callback (Results 1 – 3 of 3) sorted by relevance
291 if (channel->sc_creation_callback != NULL) in vmbus_process_offer()292 channel->sc_creation_callback(newchannel); in vmbus_process_offer()828 if (primary_channel->sc_creation_callback == NULL) in invoke_sc_cb()834 primary_channel->sc_creation_callback(cur_channel); in invoke_sc_cb()841 primary_channel->sc_creation_callback = sc_cr_cb; in vmbus_set_sc_create_callback()
493 channel->sc_creation_callback = NULL; in vmbus_close_internal()
735 void (*sc_creation_callback)(struct vmbus_channel *new_sc); member