Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpci_bridge.c474 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 Dpci.c1348 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 Dpci-quirks.c1604 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 Dpci_regs.h232 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h233 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */ macro
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c126 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 Dvfio_pci_config.c264 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 Dpci.h338 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */ macro
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c1420 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 Dxen_pt_config_init.c1034 .offset = PCI_CAP_FLAGS,
/openbmc/linux/drivers/pci/
H A Dquirks.c3006 pci_read_config_word(dev, pos + PCI_CAP_FLAGS, &flags); in is_end_of_ht_chain()