Searched refs:msix_entry_offset (Results 1 – 1 of 1) sorted by relevance
334 int msix_entry_offset; in pci_emul_msix_twrite() local349 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()352 if ((msix_entry_offset % size) != 0) in pci_emul_msix_twrite()356 dest += msix_entry_offset; in pci_emul_msix_twrite()370 int msix_entry_offset; in pci_emul_msix_tread() local382 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()385 if ((msix_entry_offset % size) != 0) { in pci_emul_msix_tread()394 dest += msix_entry_offset; in pci_emul_msix_tread()