Searched refs:PCI_CAP_FLAGS (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pci_bridge.c | 474 memcpy(dev->config + offset + PCI_CAP_FLAGS, in pci_bridge_qemu_reserve_cap_init() 475 (char *)&cap + PCI_CAP_FLAGS, in pci_bridge_qemu_reserve_cap_init() 476 cap_len - PCI_CAP_FLAGS); in pci_bridge_qemu_reserve_cap_init()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 1348 vdev->config_offset + pos + PCI_CAP_FLAGS) != sizeof(ctrl)) { in vfio_msi_setup() 1984 flags = pci_get_word(vdev->pdev.config + pos + PCI_CAP_FLAGS); in vfio_setup_pcie_cap() 2035 vfio_add_emulated_word(vdev, pos + PCI_CAP_FLAGS, in vfio_setup_pcie_cap() 2073 vfio_add_emulated_word(vdev, pos + PCI_CAP_FLAGS, in vfio_setup_pcie_cap() 2093 vfio_add_emulated_word(vdev, pos + PCI_CAP_FLAGS, in vfio_setup_pcie_cap()
|
H A D | pci-quirks.c | 1604 pos += PCI_CAP_FLAGS; in vfio_add_nv_gpudirect_cap() 1662 pos += PCI_CAP_FLAGS; in vfio_add_vmd_shadow_cap()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 232 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 233 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */ macro
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci.c | 126 uint8_t cap_len = qpci_config_readb(dev, cap + PCI_CAP_FLAGS); in qpci_find_resource_reserve_capability()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 264 min(PCI_CAP_FLAGS, count)); in vfio_direct_config_read() 1336 ret = pci_read_config_byte(pdev, pos + PCI_CAP_FLAGS, &byte); in vfio_cap_len()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 338 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */ macro
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 1420 memcpy(dev->config + offset + PCI_CAP_FLAGS, &cap->cap_len, in virtio_pci_add_mem_cap() 1421 cap->cap_len - PCI_CAP_FLAGS); in virtio_pci_add_mem_cap()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 1034 .offset = PCI_CAP_FLAGS,
|
/openbmc/linux/drivers/pci/ |
H A D | quirks.c | 3006 pci_read_config_word(dev, pos + PCI_CAP_FLAGS, &flags); in is_end_of_ht_chain()
|