Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_emul.c269 int msix_entry_offset; in pci_emul_msix_twrite() local
284 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_twrite()
287 if ((msix_entry_offset % size) != 0) in pci_emul_msix_twrite()
291 dest += msix_entry_offset; in pci_emul_msix_twrite()
305 int msix_entry_offset; in pci_emul_msix_tread() local
317 msix_entry_offset = offset % MSIX_TABLE_ENTRY_SIZE; in pci_emul_msix_tread()
320 if ((msix_entry_offset % size) != 0) { in pci_emul_msix_tread()
329 dest += msix_entry_offset; in pci_emul_msix_tread()