Home
last modified time | relevance | path

Searched refs:acs_offset (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dpcie_root_port.c120 if (rpc->acs_offset && !s->disable_acs) { in rp_realize()
121 pcie_acs_init(d, rpc->acs_offset); in rp_realize()
H A Dgen_pcie_root_port.c169 rpc->acs_offset = GEN_PCIE_ROOT_PORT_ACS_OFFSET; in gen_rp_dev_class_init()
H A Dcxl_root_port.c280 rpc->acs_offset = GEN_PCIE_ROOT_PORT_ACS_OFFSET; in cxl_root_port_class_init()
/openbmc/qemu/include/hw/pci/
H A Dpcie_port.h96 int acs_offset; /* If nonzero, optional ACS capability offset */ member