Searched refs:table_offset (Results 1 - 7 of 7) sorted by path

/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c2704 (msix_params->table_offset & AL_PCI_MSIX_TABLE_OFFSET) |
H A Dal_hal_pcie.h564 uint16_t table_offset; member in struct:al_pcie_msix_params
/freebsd-current/usr.bin/mkimg/
H A Dvhd.c239 uint64_t table_offset; member in struct:vhd_dyn_header
295 be64enc(&header.table_offset, sizeof(footer) + sizeof(header));
/freebsd-current/usr.sbin/bhyve/
H A Dpci_emul.c1237 pi->pi_msix.table_offset = 0;
2482 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.table_offset, meta, ret, done);
H A Dpci_emul.h151 uint32_t table_offset; member in struct:pci_devinst::__anon54
H A Dpci_passthru.c280 pi->pi_msix.table_offset =
331 uint32_t table_offset; local
336 table_offset = pi->pi_msix.table_offset;
338 if (offset < table_offset ||
339 offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) {
363 offset -= table_offset;
405 uint32_t table_offset, vector_control; local
410 table_offset = pi->pi_msix.table_offset;
468 uint32_t table_size, table_offset; local
1187 uint32_t table_size, table_offset; local
[all...]
/freebsd-current/usr.sbin/pciconf/
H A Dcap.c691 uint32_t pba_offset, table_offset, val; local
700 table_offset = val & ~PCIM_MSIX_BIR_MASK;
712 table_bar, table_offset, pba_bar, pba_offset);

Completed in 405 milliseconds