Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dphysdev.h165 struct physdev_manage_pci_ext { struct
167 uint8_t bus;
168 uint8_t devfn;
169 unsigned is_extfn;
170 unsigned is_virtfn;
171 struct {
174 } physfn;
/openbmc/qemu/include/hw/xen/interface/
H A Dphysdev.h193 struct physdev_manage_pci_ext { struct
205 typedef struct physdev_manage_pci_ext physdev_manage_pci_ext_t; argument