Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dpci_emul.c423 int tab_index; in pci_emul_msix_twrite() local
433 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()
434 if (tab_index >= pi->pi_msix.table_count) in pci_emul_msix_twrite()
443 dest = (char *)(pi->pi_msix.table + tab_index); in pci_emul_msix_twrite()
459 int tab_index; in pci_emul_msix_tread() local
477 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()
479 if (tab_index < pi->pi_msix.table_count) { in pci_emul_msix_tread()
481 dest = (char *)(pi->pi_msix.table + tab_index); in pci_emul_msix_tread()