Searched refs:table_offset (Results 1 – 4 of 4) sorted by relevance
310 pi->pi_msix.table_offset = in cfginitmsi()361 uint32_t table_offset; in msix_table_read() local366 table_offset = pi->pi_msix.table_offset; in msix_table_read()368 if (offset < table_offset || in msix_table_read()369 offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) { in msix_table_read()393 offset -= table_offset; in msix_table_read()435 uint32_t table_offset, vector_control; in msix_table_write() local440 table_offset = pi->pi_msix.table_offset; in msix_table_write()442 if (offset < table_offset || in msix_table_write()443 offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) { in msix_table_write()[all …]
151 uint32_t table_offset; member
1223 pi->pi_msix.table_offset = 0; in pci_emul_add_msixcap()
244 Dwarf_Unsigned table_offset = 0; in dwarf_next_str_offsets_table() local256 &table_offset,error); in dwarf_next_str_offsets_table()261 if (table_offset > sot->so_next_table_offset) { in dwarf_next_str_offsets_table()263 (table_offset - sot->so_next_table_offset); in dwarf_next_str_offsets_table()268 if (table_offset > sot->so_next_table_offset) { in dwarf_next_str_offsets_table()270 (table_offset - sot->so_next_table_offset); in dwarf_next_str_offsets_table()272 table_start_ptr = sot->so_section_start_ptr + table_offset; in dwarf_next_str_offsets_table()376 sot->so_table_start_offset = table_offset; in dwarf_next_str_offsets_table()