Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dmsix.c92 uint8_t *data = &dev->msix_table[offset + PCI_MSIX_ENTRY_DATA]; in msix_vector_masked()
160 dev->msix_table[offset] |= PCI_MSIX_ENTRY_CTRL_MASKBIT; in msix_set_mask()
162 dev->msix_table[offset] &= ~PCI_MSIX_ENTRY_CTRL_MASKBIT; in msix_set_mask()
217 return pci_get_long(dev->msix_table + addr); in msix_table_mmio_read()
230 pci_set_long(dev->msix_table + addr, val); in msix_table_mmio_write()
287 dev->msix_table[offset] |= PCI_MSIX_ENTRY_CTRL_MASKBIT; in msix_mask_all()
368 dev->msix_table = g_malloc0(table_size); in msix_init()
463 g_free(dev->msix_table); in msix_uninit()
464 dev->msix_table = NULL; in msix_uninit()
486 qemu_put_buffer(f, dev->msix_table, n * PCI_MSIX_ENTRY_SIZE); in msix_save()
[all …]
/qemu/hw/usb/
H A Dhcd-xhci-pci.c170 if (dev->msix_table && dev->msix_pba in usb_xhci_pci_exit()
/qemu/include/hw/pci/
H A Dpci_device.h115 uint8_t *msix_table; member