Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dstorvsc_drv.c703 new_sc->change_target_cpu_callback = storvsc_change_target_cpu; in handle_sc_creation()
930 device->channel->change_target_cpu_callback = storvsc_change_target_cpu; in storvsc_channel_init()
/openbmc/linux/include/linux/
H A Dhyperv.h890 void (*change_target_cpu_callback)(struct vmbus_channel *channel, member
/openbmc/linux/drivers/hv/
H A Dvmbus_drv.c1688 if (channel->change_target_cpu_callback) { in target_cpu_store()
1689 (*channel->change_target_cpu_callback)(channel, in target_cpu_store()