Home
last modified time | relevance | path

Searched defs:physdev_pci_device_add (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/xen/interface/
H A Dphysdev.h234 struct physdev_pci_device_add { struct
236 uint16_t seg;
237 uint8_t bus;
238 uint8_t devfn;
239 uint32_t flags;
240 struct {
243 } physfn;
245 uint32_t optarr[];
247 uint32_t optarr[0];
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h271 struct physdev_pci_device_add { struct
288 typedef struct physdev_pci_device_add physdev_pci_device_add_t; argument