Home
last modified time | relevance | path

Searched refs:table_offset (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_passthru.c291 uint32_t table_offset; in msix_table_read() local
296 table_offset = pi->pi_msix.table_offset; in msix_table_read()
323 offset -= table_offset; in msix_table_read()
370 table_offset = pi->pi_msix.table_offset; in msix_table_write()
395 offset -= table_offset; in msix_table_write()
458 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in init_msix_table()
460 table_size = pi->pi_msix.table_offset - table_offset; in init_msix_table()
469 if (table_offset != 0) in init_msix_table()
946 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in passthru_msix_addr()
947 if (table_offset > 0) { in passthru_msix_addr()
[all …]
H A Dpci_emul.h155 uint32_t table_offset; member
H A Dpci_emul.c989 pi->pi_msix.table_offset = 0; in pci_emul_add_msixcap()
2167 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.table_offset, meta, ret, done); in pci_snapshot_pci_dev()
/freebsd-13.1/usr.bin/mkimg/
H A Dvhd.c241 uint64_t table_offset; member
297 be64enc(&header.table_offset, sizeof(footer) + sizeof(header)); in vhd_dyn_write()
/freebsd-13.1/usr.sbin/pciconf/
H A Dcap.c580 uint32_t pba_offset, table_offset, val; in cap_msix() local
589 table_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_msix()
601 table_bar, table_offset, pba_bar, pba_offset); in cap_msix()
/freebsd-13.1/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h564 uint16_t table_offset; member
H A Dal_hal_pcie.c2704 (msix_params->table_offset & AL_PCI_MSIX_TABLE_OFFSET) | in al_pcie_msix_config()