Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmxvar.h125 struct resource *vmx_res0; member
H A Dif_vmx.c611 sc->vmx_res0 = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in vmxnet3_alloc_resources()
613 if (sc->vmx_res0 == NULL) { in vmxnet3_alloc_resources()
619 sc->vmx_iot0 = rman_get_bustag(sc->vmx_res0); in vmxnet3_alloc_resources()
620 sc->vmx_ioh0 = rman_get_bushandle(sc->vmx_res0); in vmxnet3_alloc_resources()
644 if (sc->vmx_res0 != NULL) { in vmxnet3_free_resources()
646 rman_get_rid(sc->vmx_res0), sc->vmx_res0); in vmxnet3_free_resources()
647 sc->vmx_res0 = NULL; in vmxnet3_free_resources()