Home
last modified time | relevance | path

Searched refs:MSIX_TABLE_ENTRY_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/bhyve/
Dpci_passthru.c250 table_size = pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE; in cfginitmsi()
331 index = offset / MSIX_TABLE_ENTRY_SIZE; in msix_table_read()
336 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_read()
410 index = offset / MSIX_TABLE_ENTRY_SIZE; in msix_table_write()
415 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_write()
463 table_size += pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE; in init_msix_table()
Dpci_emul.c284 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()
288 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()
321 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()
328 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()
825 table_size = table_entries * MSIX_TABLE_ENTRY_SIZE; in pci_msix_table_init()
842 tab_size = msgnum * MSIX_TABLE_ENTRY_SIZE; in pci_emul_add_msixcap()
Dpci_emul.h103 #define MSIX_TABLE_ENTRY_SIZE 16 macro