HomeSort by: relevance | last modified time | path
    Searched refs:PCI_MSIX_TBLOFFSET_MASK (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/pci/
xhci_pci.c 179 table_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK;
nvme_pci.c 205 table_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK;
pcireg.h 1246 #define PCI_MSIX_TBLOFFSET_MASK __BITS(31, 3)
pci_subr.c 2489 (pcireg_t)(reg & PCI_MSIX_TBLOFFSET_MASK));
if_ena.c 355 table_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK;
  /src/sys/arch/arm/cortex/
gic_v2m.c 296 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK;
gicv3_its.c 656 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK;
  /src/sys/arch/x86/pci/
msipic.c 708 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK;
  /src/sys/arch/arm/apple/
apple_pcie.c 646 table_offset = tbl & PCI_MSIX_TBLOFFSET_MASK;
  /src/sys/dev/pci/qat/
qat.c 469 msixtbl_offset = msixtbl & PCI_MSIX_TBLOFFSET_MASK;

Completed in 29 milliseconds