Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vmware/vmxnet3/
HDif_vmx.c564 if (sc->vmx_intr_type != VMXNET3_IT_MSIX) in vmxnet3_check_multiqueue()
666 if (sc->vmx_intr_type == VMXNET3_IT_LEGACY) in vmxnet3_alloc_intr_resources()
780 switch (sc->vmx_intr_type) { in vmxnet3_setup_interrupts()
790 sc->vmx_intr_type); in vmxnet3_setup_interrupts()
809 sc->vmx_intr_type = config & 0x03; in vmxnet3_alloc_interrupts()
812 switch (sc->vmx_intr_type) { in vmxnet3_alloc_interrupts()
814 sc->vmx_intr_type = VMXNET3_IT_MSIX; in vmxnet3_alloc_interrupts()
820 sc->vmx_intr_type = VMXNET3_IT_MSI; in vmxnet3_alloc_interrupts()
826 sc->vmx_intr_type = VMXNET3_IT_LEGACY; in vmxnet3_alloc_interrupts()
834 sc->vmx_intr_type = -1; in vmxnet3_alloc_interrupts()
[all …]
HDif_vmxvar.h232 int vmx_intr_type; member