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

  /src/sys/arch/x86/pci/
msipic.c 526 entry_base = PCI_MSIX_TABLE_ENTRY_SIZE * msix_vec;
596 entry_base = PCI_MSIX_TABLE_ENTRY_SIZE * msix_vec;
737 * PCI_MSIX_TABLE_ENTRY_SIZE consists below
743 table_size = table_nentry * PCI_MSIX_TABLE_ENTRY_SIZE;
  /src/sys/arch/arm/cortex/
gic_v2m.c 198 const uint64_t entry_base = PCI_MSIX_TABLE_ENTRY_SIZE * msix_vec;
297 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE;
gicv3_its.c 544 const uint64_t entry_base = PCI_MSIX_TABLE_ENTRY_SIZE * msix_vec;
657 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE;
  /src/sys/arch/arm/apple/
apple_pcie.c 541 const uint64_t entry_base = PCI_MSIX_TABLE_ENTRY_SIZE * msix_vec;
647 table_size = pci_msix_count(pa->pa_pc, pa->pa_tag) * PCI_MSIX_TABLE_ENTRY_SIZE;
  /src/sys/dev/pci/
pcireg.h 1255 #define PCI_MSIX_TABLE_ENTRY_SIZE 16

Completed in 20 milliseconds