Searched defs:PCIHostDeviceAddress (Results 1 – 2 of 2) sorted by relevance
126 struct PCIHostDeviceAddress { struct127 unsigned int domain;128 unsigned int bus;129 unsigned int slot;130 unsigned int function;
86 typedef struct PCIHostDeviceAddress PCIHostDeviceAddress; typedef