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