Searched refs:tab_index (Results 1 – 1 of 1) sorted by relevance
423 int tab_index; in pci_emul_msix_twrite() local433 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() local477 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()