Lines Matching refs:SwitchPort
303 INTNETTRUNKSWPORT SwitchPort;
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.pfnReportPromiscuousMode = intnetR0TrunkIfPortReportPromiscuousMode;
5520 pTrunk->SwitchPort.pfnReportGsoCapabilities = intnetR0TrunkIfPortReportGsoCapabilities;
5521 pTrunk->SwitchPort.pfnReportNoPreemptDsts = intnetR0TrunkIfPortReportNoPreemptDsts;
5522 pTrunk->SwitchPort.pfnDisconnect = intnetR0TrunkIfPortDisconnect;
5523 pTrunk->SwitchPort.u32VersionEnd = INTNETTRUNKSWPORT_VERSION;
5577 &pTrunk->SwitchPort,