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.h50 struct PCIReqIDCache { struct
54 typedef struct PCIReqIDCache PCIReqIDCache; argument
86 PCIReqIDCache requester_id_cache;
/openbmc/qemu/hw/pci/
H A Dpci.c1036 static uint16_t pci_req_id_cache_extract(PCIReqIDCache *cache) in pci_req_id_cache_extract()
1068 static PCIReqIDCache pci_req_id_cache_get(PCIDevice *dev) in pci_req_id_cache_get()
1071 PCIReqIDCache cache = { in pci_req_id_cache_get()