Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci.c322 sc->vmci_res1 = bus_alloc_resource_any(sc->vmci_dev, SYS_RES_MEMORY, in vmci_map_bars()
324 if (sc->vmci_res1 == NULL) { in vmci_map_bars()
329 sc->vmci_iot1 = rman_get_bustag(sc->vmci_res1); in vmci_map_bars()
330 sc->vmci_ioh1 = rman_get_bushandle(sc->vmci_res1); in vmci_map_bars()
363 if (sc->vmci_res1 != NULL) { in vmci_unmap_bars()
366 sc->vmci_res1); in vmci_unmap_bars()
367 sc->vmci_res1 = NULL; in vmci_unmap_bars()
H A Dvmci.h52 struct resource *vmci_res1; member