Searched defs:PCIHostDeviceAddress (Results 1 – 2 of 2) sorted by relevance
130 struct PCIHostDeviceAddress { struct131 unsigned int domain;132 unsigned int bus;133 unsigned int slot;134 unsigned int function;
87 typedef struct PCIHostDeviceAddress PCIHostDeviceAddress; typedef