Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dchannel_mgmt.c533 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()
Dchannel.c585 channel->sc_creation_callback = NULL; in vmbus_reset_channel_cb()
/Linux-v4.19/include/linux/
Dhyperv.h814 void (*sc_creation_callback)(struct vmbus_channel *new_sc); member