Searched refs:MSIX_TABLE_ENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance
403 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()407 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()440 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()446 tab_index = offset / MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()1221 table_size = table_entries * MSIX_TABLE_ENTRY_SIZE; in pci_msix_table_init()1246 tab_size = msgnum * MSIX_TABLE_ENTRY_SIZE; in pci_emul_add_msixcap()
130 #define MSIX_TABLE_ENTRY_SIZE 16 macro
Completed in 213 milliseconds