Home
last modified time | relevance | path

Searched refs:PCIReqIDCache (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_device.h51 struct PCIReqIDCache { struct
55 typedef struct PCIReqIDCache PCIReqIDCache; argument
87 PCIReqIDCache requester_id_cache;
/openbmc/qemu/hw/pci/
H A Dpci.c1057 static uint16_t pci_req_id_cache_extract(PCIReqIDCache *cache) in pci_req_id_cache_extract()
1089 static PCIReqIDCache pci_req_id_cache_get(PCIDevice *dev) in pci_req_id_cache_get()
1092 PCIReqIDCache cache = { in pci_req_id_cache_get()