Searched refs:table_offset (Results 1 – 8 of 8) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 335 pi->pi_msix.table_offset = in cfginitmsi() 386 uint32_t table_offset; in msix_table_read() local 391 table_offset = pi->pi_msix.table_offset; in msix_table_read() 393 if (offset < table_offset || in msix_table_read() 394 offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) { in msix_table_read() 418 offset -= table_offset; in msix_table_read() 460 uint32_t table_offset, vector_control; in msix_table_write() local 465 table_offset = pi->pi_msix.table_offset; in msix_table_write() 467 if (offset < table_offset || in msix_table_write() 468 offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) { in msix_table_write() [all …]
|
| H A D | pci_emul.h | 151 uint32_t table_offset; member
|
| H A D | pci_emul.c | 1261 pi->pi_msix.table_offset = 0; in pci_emul_add_msixcap() 2506 SNAPSHOT_VAR_OR_LEAVE(pi->pi_msix.table_offset, meta, ret, done); in pci_snapshot_pci_dev()
|
| /freebsd/crypto/krb5/src/lib/krb5/rcache/ |
| H A D | rc_file2.c | 142 off_t table_offset = -1, nrecords = 0, avail_offset = -1, record_offset; in store() local 165 ret = next_table(&table_offset, &nrecords); in store() 170 record_offset = table_offset + ind * RECORD_LEN; in store()
|
| /freebsd/usr.bin/mkimg/ |
| H A D | vhd.c | 239 uint64_t table_offset; member 295 be64enc(&header.table_offset, sizeof(footer) + sizeof(header)); in vhd_dyn_write()
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | cap.c | 691 uint32_t pba_offset, table_offset, val; in cap_ea() 700 table_offset = val & ~PCIM_MSIX_BIR_MASK; in cap_ea() 712 table_bar, table_offset, pba_bar, pba_offset); in cap_ea() 579 uint32_t pba_offset, table_offset, val; cap_msix() local
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_pcie.h | 564 uint16_t table_offset; member
|
| H A D | al_hal_pcie.c | 2704 (msix_params->table_offset & AL_PCI_MSIX_TABLE_OFFSET) | in al_pcie_msix_config()
|