Searched refs:table_entry (Results 1 – 1 of 1) sorted by relevance
772 void *table_entry; in msix_setup_msi_descs() local776 table_entry = msix_table_base(&desc.msix); in msix_setup_msi_descs()778 desc.msix.msg_ctrl = HWREG32(table_entry + PCIM_MSIX_ENTRY_VECTOR_CTRL); in msix_setup_msi_descs()796 void *table_base, *table_entry; in msix_capability_init() local862 table_entry = table_base; in msix_capability_init()863 for (int i = 0; i < table_size; ++i, table_entry += PCIM_MSIX_ENTRY_SIZE) in msix_capability_init()865 HWREG32(table_entry + PCIM_MSIX_ENTRY_VECTOR_CTRL) = PCIM_MSIX_ENTRYVECTOR_CTRL_MASK; in msix_capability_init()
Completed in 3 milliseconds