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

/freebsd-11.0-release/sys/dev/hyperv/utilities/
H A Dhv_util.c77 struct hv_device* hv_dev; local
81 hv_dev = vmbus_get_devctx(dev);
83 softc->hv_dev = hv_dev;
94 hv_set_channel_read_state(hv_dev->channel, FALSE);
96 ret = hv_vmbus_channel_open(hv_dev->channel, 4 * PAGE_SIZE,
113 struct hv_device* hv_dev; local
116 hv_dev = vmbus_get_devctx(dev);
118 hv_vmbus_channel_close(hv_dev->channel);
H A Dhv_util.h44 struct hv_device* hv_dev; member in struct:hv_util_sc
H A Dhv_heartbeat.c63 channel = softc->hv_dev->channel;
H A Dhv_shutdown.c67 channel = softc->hv_dev->channel;
H A Dhv_timesync.c142 channel = softc->util_sc.hv_dev->channel;
H A Dhv_kvp.c310 struct hv_device *hv_dev; /* GUID Data Structure */ local
338 hv_dev = sc->hn_dev_obj;
340 hyperv_guid2str(&hv_dev->device_id, buf, sizeof(buf));
575 error = hv_vmbus_channel_send_packet(sc->util_sc.hv_dev->channel,
626 channel = sc->util_sc.hv_dev->channel;
/freebsd-11.0-release/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1002 struct hv_device *hv_dev = vmbus_get_devctx(dev); local
1031 sc->hs_dev = hv_dev;
1080 ret = hv_storvsc_connect_vsp(hv_dev);

Completed in 102 milliseconds