Home
last modified time | relevance | path

Searched refs:table_base (Results 1 – 2 of 2) sorted by relevance

/components/drivers/pci/msi/
A Dmsi.c33 return msix->table_base + msix->index * PCIM_MSIX_ENTRY_SIZE; in msix_table_base()
55 HWREG32(msix->table_base); in msix_mask()
757 void *table_base, struct rt_pci_msix_entry *entries, int nvec) in msix_setup_msi_descs() argument
768 desc.msix.table_base = table_base; in msix_setup_msi_descs()
796 void *table_base, *table_entry; in msix_capability_init() local
811 table_base = msix_table_remap(pdev, table_size); in msix_capability_init()
813 if (!table_base) in msix_capability_init()
821 pdev->msix_base = table_base; in msix_capability_init()
825 if (!(err = msix_setup_msi_descs(pdev, table_base, entries, nvec))) in msix_capability_init()
862 table_entry = table_base; in msix_capability_init()
/components/drivers/include/drivers/
A Dpci_msi.h128 void *table_base; member

Completed in 5 milliseconds