Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci.c654 sc->vmci_intr_type = VMCI_INTR_TYPE_MSIX; in vmci_config_interrupts()
657 sc->vmci_intr_type = VMCI_INTR_TYPE_MSI; in vmci_config_interrupts()
661 sc->vmci_intr_type = VMCI_INTR_TYPE_INTX; in vmci_config_interrupts()
746 if (sc->vmci_intr_type == VMCI_INTR_TYPE_INTX) { in vmci_check_intr_cnt()
756 sc->vmci_num_intr = (sc->vmci_intr_type == VMCI_INTR_TYPE_MSIX) ? in vmci_check_intr_cnt()
765 sc->vmci_num_intr = (sc->vmci_intr_type == VMCI_INTR_TYPE_MSIX) ? in vmci_check_intr_cnt()
767 if (sc->vmci_intr_type == VMCI_INTR_TYPE_MSIX) { in vmci_check_intr_cnt()
770 } else if (sc->vmci_intr_type == VMCI_INTR_TYPE_MSI) { in vmci_check_intr_cnt()
802 rid = (sc->vmci_intr_type == VMCI_INTR_TYPE_INTX) ? 0 : 1; in vmci_allocate_interrupt_resources()
1030 if ((sc->vmci_intr_type != VMCI_INTR_TYPE_INTX) && in vmci_dismantle_interrupts()
H A Dvmci.h59 vmci_intr_type vmci_intr_type; member
H A Dvmci_defs.h51 typedef enum vmci_intr_type { enum
55 } vmci_intr_type; typedef