Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dchannel_mgmt.c784 struct vmbus_channel *vmbus_get_outgoing_channel(struct vmbus_channel *primary) in vmbus_get_outgoing_channel() function
821 EXPORT_SYMBOL_GPL(vmbus_get_outgoing_channel);
/linux-4.1.27/include/linux/
Dhyperv.h798 struct vmbus_channel *vmbus_get_outgoing_channel(struct vmbus_channel *primary);
/linux-4.1.27/drivers/scsi/
Dstorvsc_drv.c1368 outgoing_channel = vmbus_get_outgoing_channel(device->channel); in storvsc_do_io()