Searched refs:PCI_MSIX_CTL_ENABLE (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/arm/cortex/
H A Dgic_v2m.c193 ctl &= ~PCI_MSIX_CTL_ENABLE;
207 ctl |= PCI_MSIX_CTL_ENABLE;
224 ctl &= ~PCI_MSIX_CTL_ENABLE;
H A Dgicv3_its.c472 ctl |= PCI_MSIX_CTL_ENABLE;
489 ctl &= ~PCI_MSIX_CTL_ENABLE;
/netbsd-current/sys/arch/x86/pci/
H A Dmsipic.c591 ctl &= ~PCI_MSIX_CTL_ENABLE;
625 ctl |= PCI_MSIX_CTL_ENABLE;
/netbsd-current/sys/arch/arm/apple/
H A Dapple_pcie.c536 ctl &= ~PCI_MSIX_CTL_ENABLE;
555 ctl |= PCI_MSIX_CTL_ENABLE;
572 ctl &= ~PCI_MSIX_CTL_ENABLE;
/netbsd-current/sys/dev/pci/
H A Dvirtio_pci.c1220 ctl &= ~PCI_MSIX_CTL_ENABLE;
H A Dpcireg.h1236 #define PCI_MSIX_CTL_ENABLE 0x80000000 macro
H A Dpci_subr.c2485 onoff("MSI-X Enable", reg, PCI_MSIX_CTL_ENABLE);
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixv.c3526 msix_ctrl |= PCI_MSIX_CTL_ENABLE;

Completed in 294 milliseconds