Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_passthru.c316 table_size = pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE; in cfginitmsi()
369 offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) { in msix_table_read()
394 index = offset / MSIX_TABLE_ENTRY_SIZE; in msix_table_read()
398 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_read()
443 offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) { in msix_table_write()
466 index = offset / MSIX_TABLE_ENTRY_SIZE; in msix_table_write()
470 entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in msix_table_write()
532 table_size += pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE; in init_msix_table()
1081 table_size += pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE; in passthru_msix_addr()
H A Dpci_emul.c426 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()
430 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()
463 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()
470 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()
1199 table_size = table_entries * MSIX_TABLE_ENTRY_SIZE; in pci_msix_table_init()
1216 tab_size = msgnum * MSIX_TABLE_ENTRY_SIZE; in pci_emul_add_msixcap()
H A Dpci_emul.h113 #define MSIX_TABLE_ENTRY_SIZE 16 macro
H A Dpci_virtio_viona.c904 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_viona_msix_update()