Searched defs:VNetPCIConfig (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp101 struct VNetPCIConfig struct
103 struct __attribute__ ((__packed__)) VNetPCIConfig /** @todo r=bird: Use #pragma pack if necessary, that's portable! */
109 AssertCompileMemberOffset(struct VNetPCIConfig, uStatus, 6);
163 struct VNetPCIConfig config;
416 if (offCfg + cb > sizeof(struct VNetPCIConfig))
428 if (offCfg + cb > sizeof(struct VNetPCIConfig))
431 if (offCfg < sizeof(struct VNetPCIConfig))
433 sizeof(struct VNetPCIConfig) - offCfg);
2042 VPCI_CONFIG + sizeof(VNetPCIConfig),

Completed in 51 milliseconds