Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/vmware/vmxnet3/
HDif_vmx.c575 if (sc->vmx_intr_type != VMXNET3_IT_MSIX) in vmxnet3_check_multiqueue()
693 if (sc->vmx_intr_type == VMXNET3_IT_LEGACY) in vmxnet3_alloc_intr_resources()
807 switch (sc->vmx_intr_type) { in vmxnet3_setup_interrupts()
822 sc->vmx_intr_type); in vmxnet3_setup_interrupts()
842 sc->vmx_intr_type = config & 0x03; in vmxnet3_alloc_interrupts()
845 switch (sc->vmx_intr_type) { in vmxnet3_alloc_interrupts()
847 sc->vmx_intr_type = VMXNET3_IT_MSIX; in vmxnet3_alloc_interrupts()
853 sc->vmx_intr_type = VMXNET3_IT_MSI; in vmxnet3_alloc_interrupts()
859 sc->vmx_intr_type = VMXNET3_IT_LEGACY; in vmxnet3_alloc_interrupts()
867 sc->vmx_intr_type = -1; in vmxnet3_alloc_interrupts()
[all …]
HDif_vmxvar.h235 int vmx_intr_type; member