Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmxvar.h128 struct resource *vmx_res1; member
H A Dif_vmx.c623 sc->vmx_res1 = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in vmxnet3_alloc_resources()
625 if (sc->vmx_res1 == NULL) { in vmxnet3_alloc_resources()
631 sc->vmx_iot1 = rman_get_bustag(sc->vmx_res1); in vmxnet3_alloc_resources()
632 sc->vmx_ioh1 = rman_get_bushandle(sc->vmx_res1); in vmxnet3_alloc_resources()
650 if (sc->vmx_res1 != NULL) { in vmxnet3_free_resources()
652 rman_get_rid(sc->vmx_res1), sc->vmx_res1); in vmxnet3_free_resources()
653 sc->vmx_res1 = NULL; in vmxnet3_free_resources()