Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h742 #define PCI_EXT_CAP_ID_DOE 0x2E /* Data Object Exchange */ macro
743 #define PCI_EXT_CAP_ID_MAX PCI_EXT_CAP_ID_DOE
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h744 #define PCI_EXT_CAP_ID_DOE 0x2E /* Data Object Exchange */ macro
745 #define PCI_EXT_CAP_ID_MAX PCI_EXT_CAP_ID_DOE
/openbmc/qemu/hw/pci/
H A Dpcie_doe.c94 pcie_add_capability(dev, PCI_EXT_CAP_ID_DOE, 0x1, offset, in pcie_doe_init()
/openbmc/linux/drivers/pci/
H A Ddoe.c689 PCI_EXT_CAP_ID_DOE))) { in pci_doe_init()
/openbmc/qemu/hw/nvme/
H A Dctrl.c8808 if (pcie_find_capability(dev, PCI_EXT_CAP_ID_DOE)) { in nvme_pci_write_config()
8819 if (dev->spdm_port && pcie_find_capability(dev, PCI_EXT_CAP_ID_DOE)) { in nvme_pci_read_config()