Searched refs:hv_dev (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/dev/hyperv/utilities/
H A Dhv_util.c391 struct hv_device* hv_dev; local
396 hv_dev = vmbus_get_devctx(dev);
418 hv_set_channel_read_state(hv_dev->channel, FALSE);
420 ret = hv_vmbus_channel_open(hv_dev->channel, 4 * PAGE_SIZE,
422 service->callback, hv_dev->channel);
440 struct hv_device* hv_dev; local
449 hv_dev = vmbus_get_devctx(dev);
451 hv_vmbus_channel_close(hv_dev->channel);
H A Dhv_kvp.c314 struct hv_device *hv_dev; /* GUID Data Structure */ local
343 hv_dev = sc->hn_dev_obj;
345 snprintf_hv_guid(buf, sizeof(buf), &hv_dev->device_id);
/freebsd-10.3-release/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1004 struct hv_device *hv_dev = vmbus_get_devctx(dev); local
1039 sc->hs_dev = hv_dev;
1090 ret = hv_storvsc_connect_vsp(hv_dev);

Completed in 107 milliseconds