Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_vmx.c289 int vmx_intr_type; member
769 if (sc->vmx_intr_type != VMXNET3_IT_MSIX) in vmxnet3_check_multiqueue()
849 sc->vmx_intr_type = config & 0x03; in vmxnet3_alloc_interrupts()
852 switch (sc->vmx_intr_type) { in vmxnet3_alloc_interrupts()
854 sc->vmx_intr_type = VMXNET3_IT_MSIX; in vmxnet3_alloc_interrupts()
860 sc->vmx_intr_type = VMXNET3_IT_MSI; in vmxnet3_alloc_interrupts()
866 sc->vmx_intr_type = VMXNET3_IT_LEGACY; in vmxnet3_alloc_interrupts()
874 sc->vmx_intr_type = -1; in vmxnet3_alloc_interrupts()
1105 switch (sc->vmx_intr_type) { in vmxnet3_setup_interrupts()
1117 sc->vmx_intr_type); in vmxnet3_setup_interrupts()
[all …]