Home
last modified time | relevance | path

Searched refs:vmbus_devs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hv/
H A Dhyperv_vmbus.h399 extern const struct vmbus_device vmbus_devs[];
403 return vmbus_devs[channel->device_id].perf_device; in hv_is_perf_channel()
H A Dchannel_mgmt.c29 const struct vmbus_device vmbus_devs[] = { variable
182 if (guid_equal(guid, &vmbus_devs[i].guid)) in hv_get_dev_type()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhyperv_vmbus.h413 extern const struct vmbus_device vmbus_devs[];
417 return vmbus_devs[channel->device_id].perf_device; in hv_is_perf_channel()
H A 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()

Completed in 6 milliseconds