Searched refs:sc_creation_callback (Results 1 – 3 of 3) sorted by relevance
533 if (channel->sc_creation_callback != NULL) in vmbus_process_offer()534 channel->sc_creation_callback(newchannel); in vmbus_process_offer()1298 if (primary_channel->sc_creation_callback == NULL) in invoke_sc_cb()1304 primary_channel->sc_creation_callback(cur_channel); in invoke_sc_cb()1311 primary_channel->sc_creation_callback = sc_cr_cb; in vmbus_set_sc_create_callback()
585 channel->sc_creation_callback = NULL; in vmbus_reset_channel_cb()
814 void (*sc_creation_callback)(struct vmbus_channel *new_sc); member