Searched refs:msix_entry_offset (Results 1 – 1 of 1) sorted by relevance
409 int msix_entry_offset; in pci_emul_msix_twrite() local424 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()427 if ((msix_entry_offset % size) != 0) in pci_emul_msix_twrite()431 dest += msix_entry_offset; in pci_emul_msix_twrite()445 int msix_entry_offset; in pci_emul_msix_tread() local457 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()460 if ((msix_entry_offset % size) != 0) { in pci_emul_msix_tread()469 dest += msix_entry_offset; in pci_emul_msix_tread()