Searched refs:table_offset (Results 1 – 7 of 7) sorted by relevance
244 pi->pi_msix.table_offset = in cfginitmsi()327 if (offset < pi->pi_msix.table_offset) in msix_table_read()330 offset -= pi->pi_msix.table_offset; in msix_table_read()406 if (offset < pi->pi_msix.table_offset) in msix_table_write()409 offset -= pi->pi_msix.table_offset; in msix_table_write()443 uint32_t table_size, table_offset; in init_msix_table() local460 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in init_msix_table()462 table_size = pi->pi_msix.table_offset - table_offset; in init_msix_table()487 if (pba_offset <= table_offset) in init_msix_table()505 if (table_offset > 0) { in init_msix_table()[all …]
141 uint32_t table_offset; member
854 pi->pi_msix.table_offset = 0; in pci_emul_add_msixcap()
241 uint64_t table_offset; member297 be64enc(&header.table_offset, sizeof(footer) + sizeof(header)); in vhd_dyn_write()
546 uint32_t pba_offset, table_offset, val; in cap_msix() local555 table_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_msix()567 table_bar, table_offset, pba_bar, pba_offset); in cap_msix()
564 uint16_t table_offset; member
2704 (msix_params->table_offset & AL_PCI_MSIX_TABLE_OFFSET) | in al_pcie_msix_config()