Searched defs:xen_pci_op (Results 1 – 1 of 1) sorted by relevance
70 struct xen_pci_op { struct72 uint32_t cmd;75 int32_t err;78 uint32_t domain; /* PCI Domain/Segment */79 uint32_t bus;80 uint32_t devfn;83 int32_t offset;84 int32_t size;87 uint32_t value;111 struct xen_pci_op op; argument