Searched defs:xen_pci_op (Results 1 – 1 of 1) sorted by relevance
69 struct xen_pci_op { struct71 uint32_t cmd;74 int32_t err;77 uint32_t domain; /* PCI Domain/Segment */78 uint32_t bus;79 uint32_t devfn;82 int32_t offset;83 int32_t size;108 struct xen_pci_op op; argument