Searched refs:sc_creation_callback (Results 1 – 3 of 3) sorted by relevance
308 if (channel->sc_creation_callback != NULL) in vmbus_process_offer()309 channel->sc_creation_callback(newchannel); in vmbus_process_offer()927 if (primary_channel->sc_creation_callback == NULL) in invoke_sc_cb()933 primary_channel->sc_creation_callback(cur_channel); in invoke_sc_cb()940 primary_channel->sc_creation_callback = sc_cr_cb; in vmbus_set_sc_create_callback()
502 channel->sc_creation_callback = NULL; in vmbus_close_internal()
730 void (*sc_creation_callback)(struct vmbus_channel *new_sc); member