Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_passthru.c244 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() local
460 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 …]
H A Dpci_emul.h141 uint32_t table_offset; member
H A Dpci_emul.c854 pi->pi_msix.table_offset = 0; in pci_emul_add_msixcap()
/freebsd-12.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-12.1/usr.sbin/pciconf/
H A Dcap.c546 uint32_t pba_offset, table_offset, val; in cap_msix() local
555 table_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_msix()
567 table_bar, table_offset, pba_bar, pba_offset); in cap_msix()
/freebsd-12.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()