Home
last modified time | relevance | path

Searched refs:iPort (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c4119 if(TRUE != port->iPort->EthSwtDropDoubleTagged) in ConfigBridgePortDefaultVlanReg()
4123 if(TRUE != port->iPort->EthSwtPortIngressDropUntagged) in ConfigBridgePortDefaultVlanReg()
4127 if(TRUE != port->iPort->EthSwtPortIngressDropSingleTagged) in ConfigBridgePortDefaultVlanReg()
4131 if(TRUE != port->iPort->EthSwtPortIngressDropPriorityTagged) in ConfigBridgePortDefaultVlanReg()
4135 if(TRUE != port->iPort->vlanEnable) in ConfigBridgePortDefaultVlanReg()
4140 if(TRUE == port->iPort->SentUntaggedFrames) in ConfigBridgePortDefaultVlanReg()
4145 bridgePortDefaultVlan |= SW_PORT0_BPDVR_VID(port->iPort->EthSwtPortIngressDefaultVlan); in ConfigBridgePortDefaultVlanReg()
4147 bridgePortDefaultVlan |= SW_PORT0_BPDVR_PCP(port->iPort->EthSwtPortIngressDefaultPriority); in ConfigBridgePortDefaultVlanReg()
4238 | SW_PORT0_PQOSMR_VE(port->iPort->vlanEnable?1U:0U) in Netc_EthSwt_Ip_InitPort()
4239 | SW_PORT0_PQOSMR_DIPV(port->iPort->vlanDefaultIpv) in Netc_EthSwt_Ip_InitPort()
[all …]
/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip_Types.h1893 …Netc_EthSwt_Ip_PortIngressType *iPort; /*!< Configuration of one Ethernet Switch Port Ingress beha… member