Searched refs:PCIR_MSIX_CTRL (Results 1 – 6 of 6) sorted by relevance
| /hypervisor/dm/vpci/ |
| A D | vmsix_on_msi.c | 134 old_msgctrl = (uint16_t)pci_vdev_read_vcfg(vdev, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in write_vmsix_cap_reg_on_msi() 137 msgctrl = (uint16_t)pci_vdev_read_vcfg(vdev, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in write_vmsix_cap_reg_on_msi()
|
| A D | vmsix.c | 54 ctrl = pci_pdev_read_cfg(vdev->pdev->bdf, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in read_vmsix_cap_reg()
|
| A D | pci_pt.c | 76 msgctrl = pci_vdev_read_vcfg(vdev, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in write_pt_vmsix_cap_reg() 81 pci_pdev_write_cfg(vdev->pdev->bdf, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U, msgctrl); in write_pt_vmsix_cap_reg()
|
| A D | vpci.c | 996 msgctrl = pci_vdev_read_vcfg(vdev, vdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in vpci_vmsix_enabled()
|
| /hypervisor/include/hw/ |
| A D | pci.h | 171 #define PCIR_MSIX_CTRL 0x2U macro
|
| /hypervisor/hw/ |
| A D | pci.c | 794 msgctrl = pci_pdev_read_cfg(pdev->bdf, pdev->msix.capoff + PCIR_MSIX_CTRL, 2U); in pci_enumerate_cap()
|
Completed in 12 milliseconds