Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hv/
Dhyperv_vmbus.h408 extern const struct vmbus_device vmbus_devs[];
412 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()
995 for (i = 0; i < ARRAY_SIZE(vmbus_devs); i++) { in vmbus_is_valid_offer()
996 if (guid_equal(guid, &vmbus_devs[i].guid)) in vmbus_is_valid_offer()
997 return vmbus_devs[i].allowed_in_isolated; in vmbus_is_valid_offer()