Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c420 int tab_index; in pci_emul_msix_twrite() local
430 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()
431 if (tab_index >= pi->pi_msix.table_count) in pci_emul_msix_twrite()
440 dest = (char *)(pi->pi_msix.table + tab_index); in pci_emul_msix_twrite()
456 int tab_index; in pci_emul_msix_tread() local
474 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()
476 if (tab_index < pi->pi_msix.table_count) { in pci_emul_msix_tread()
478 dest = (char *)(pi->pi_msix.table + tab_index); in pci_emul_msix_tread()