Home
last modified time | relevance | path

Searched refs:msix_entry_offset (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_emul.c416 int msix_entry_offset; in pci_emul_msix_twrite() local
431 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()
434 if ((msix_entry_offset % size) != 0) in pci_emul_msix_twrite()
438 dest += msix_entry_offset; in pci_emul_msix_twrite()
452 int msix_entry_offset; in pci_emul_msix_tread() local
464 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()
467 if ((msix_entry_offset % size) != 0) { in pci_emul_msix_tread()
476 dest += msix_entry_offset; in pci_emul_msix_tread()