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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp303 INTNETTRUNKSWPORT SwitchPort; member in struct:INTNETTRUNKIF
345 /** Converts a pointer to INTNETTRUNKIF::SwitchPort to a PINTNETTRUNKIF. */
5512 pTrunk->SwitchPort.u32Version = INTNETTRUNKSWPORT_VERSION;
5513 pTrunk->SwitchPort.pfnPreRecv = intnetR0TrunkIfPortPreRecv;
5514 pTrunk->SwitchPort.pfnRecv = intnetR0TrunkIfPortRecv;
5515 pTrunk->SwitchPort.pfnSGRetain = intnetR0TrunkIfPortSGRetain;
5516 pTrunk->SwitchPort.pfnSGRelease = intnetR0TrunkIfPortSGRelease;
5517 pTrunk->SwitchPort.pfnSetSGPhys = intnetR0TrunkIfPortSetSGPhys;
5518 pTrunk->SwitchPort.pfnReportMacAddress = intnetR0TrunkIfPortReportMacAddress;
5519 pTrunk->SwitchPort
[all...]

Completed in 52 milliseconds