Searched refs:vmx_msix_res (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxvar.h218 struct resource *vmx_msix_res; member in struct:vmxnet3_softc
H A Dif_vmx.c465 sc->vmx_msix_res = bus_alloc_resource_any(dev,
469 if (sc->vmx_msix_res == NULL)
495 if (sc->vmx_msix_res != NULL) {
498 sc->vmx_msix_res);
499 sc->vmx_msix_res = NULL;

Completed in 182 milliseconds