Home
last modified time | relevance | path

Searched refs:vmbus_devs (Results 1 – 2 of 2) sorted by relevance

/drivers/hv/
Dhyperv_vmbus.h413 extern const struct vmbus_device vmbus_devs[];
417 return vmbus_devs[channel->device_id].perf_device; in hv_is_perf_channel()
Dchannel_mgmt.c30 const struct vmbus_device vmbus_devs[] = { variable
201 if (guid_equal(guid, &vmbus_devs[i].guid)) in hv_get_dev_type()
1009 for (i = 0; i < ARRAY_SIZE(vmbus_devs); i++) { in vmbus_is_valid_offer()
1010 if (guid_equal(guid, &vmbus_devs[i].guid)) in vmbus_is_valid_offer()
1011 return vmbus_devs[i].allowed_in_isolated; in vmbus_is_valid_offer()