HomeSort by: relevance | last modified time | path
    Searched defs:vmx_intr_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_vmx.c 289 int vmx_intr_type; member in struct:vmxnet3_softc
769 if (sc->vmx_intr_type != VMXNET3_IT_MSIX)
849 sc->vmx_intr_type = config & 0x03;
852 switch (sc->vmx_intr_type) {
854 sc->vmx_intr_type = VMXNET3_IT_MSIX;
860 sc->vmx_intr_type = VMXNET3_IT_MSI;
866 sc->vmx_intr_type = VMXNET3_IT_LEGACY;
874 sc->vmx_intr_type = -1;
1105 switch (sc->vmx_intr_type) {
1117 sc->vmx_intr_type);
    [all...]

Completed in 12 milliseconds