Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dchannel_mgmt.c883 struct vmbus_channel *vmbus_get_outgoing_channel(struct vmbus_channel *primary) in vmbus_get_outgoing_channel() function
920 EXPORT_SYMBOL_GPL(vmbus_get_outgoing_channel);
/linux-4.4.14/include/linux/
Dhyperv.h812 struct vmbus_channel *vmbus_get_outgoing_channel(struct vmbus_channel *primary);
/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c1183 outgoing_channel = vmbus_get_outgoing_channel(device->channel); in storvsc_do_io()