Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_passthru.c332 uint32_t table_offset; in msix_table_read() local
337 table_offset = pi->pi_msix.table_offset; in msix_table_read()
364 offset -= table_offset; in msix_table_read()
411 table_offset = pi->pi_msix.table_offset; in msix_table_write()
436 offset -= table_offset; in msix_table_write()
499 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in init_msix_table()
501 table_size = pi->pi_msix.table_offset - table_offset; in init_msix_table()
510 if (table_offset != 0) in init_msix_table()
1191 table_offset = rounddown2(pi->pi_msix.table_offset, 4096); in passthru_msix_addr()
1192 if (table_offset > 0) { in passthru_msix_addr()
[all …]
H A Dpci_emul.h152 uint32_t table_offset; member
H A Dpci_emul.c1231 pi->pi_msix.table_offset = 0; in pci_emul_add_msixcap()
2479 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.table_offset, meta, ret, done); in pci_snapshot_pci_dev()
/freebsd-14.2/usr.bin/mkimg/
H A Dvhd.c239 uint64_t table_offset; member
295 be64enc(&header.table_offset, sizeof(footer) + sizeof(header)); in vhd_dyn_write()
/freebsd-14.2/usr.sbin/pciconf/
H A Dcap.c691 uint32_t pba_offset, table_offset, val; in cap_msix() local
700 table_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_msix()
712 table_bar, table_offset, pba_bar, pba_offset); in cap_msix()
/freebsd-14.2/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()