Home
last modified time | relevance | path

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

/trueos/sys/dev/hyperv/netvsc/
HDhv_netvsc_drv_freebsd.c252 sc->hn_dev = dev; in netvsc_attach()
364 struct hv_device *device_ctx = vmbus_get_devctx(sc->hn_dev); in hn_start_locked()
734 struct hv_device *hn_dev; in hn_ioctl() local
752 hn_dev = vmbus_get_devctx(sc->hn_dev); in hn_ioctl()
788 error = hv_rf_on_device_remove(hn_dev, HV_RF_NV_RETAIN_CHANNEL); in hn_ioctl()
795 error = hv_rf_on_device_add(hn_dev, &device_info); in hn_ioctl()
904 struct hv_device *device_ctx = vmbus_get_devctx(sc->hn_dev); in hn_stop()
943 struct hv_device *device_ctx = vmbus_get_devctx(sc->hn_dev); in hn_ifinit_locked()
HDhv_net_vsc.h969 device_t hn_dev; member