Symbol: MSIX_TABLE_ENTRY_SIZE
usr/src/cmd/bhyve/common/pci_emul.c
1205
table_size = table_entries * MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_emul.c
1222
tab_size = msgnum * MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_emul.c
427
tab_index = offset / MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_emul.c
431
msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_emul.c
464
msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_emul.c
471
tab_index = offset / MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_passthru.c
1081
table_size += pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_passthru.c
316
table_size = pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_passthru.c
369
offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) {
usr/src/cmd/bhyve/common/pci_passthru.c
394
index = offset / MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_passthru.c
398
entry_offset = offset % MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_passthru.c
443
offset >= table_offset + table_count * MSIX_TABLE_ENTRY_SIZE) {
usr/src/cmd/bhyve/common/pci_passthru.c
466
index = offset / MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_passthru.c
470
entry_offset = offset % MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_passthru.c
532
table_size += pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE;
usr/src/cmd/bhyve/common/pci_virtio_viona.c
1151
tab_index = offset / MSIX_TABLE_ENTRY_SIZE;