Searched refs:SiVLANConfig (Results 1 – 3 of 3) sorted by relevance
587 …NETC0_BASE->NUM_SI[siHwId].PSIVLANR = NETC_F3_PSIVLANR_TPID(SIConfig->SiVLANConfig.ProtocolIdentif… in Netc_Eth_Ip_InitVSIAfterFlr()588 … NETC_F3_PSIVLANR_PCP(SIConfig->SiVLANConfig.PriorityCodePoint) | in Netc_Eth_Ip_InitVSIAfterFlr()589 … NETC_F3_PSIVLANR_VID(SIConfig->SiVLANConfig.VlanIdentifier) | in Netc_Eth_Ip_InitVSIAfterFlr()590 … NETC_F3_PSIVLANR_E(1U) | NETC_F3_PSIVLANR_DEI((uint8)SIConfig->SiVLANConfig.DropIndicator); in Netc_Eth_Ip_InitVSIAfterFlr()
7219 …NETC0_BASE->NUM_SI[siHwId].PSIVLANR = NETC_F3_PSIVLANR_TPID(SiConfig->SiVLANConfig.ProtocolIdentif…7220 … NETC_F3_PSIVLANR_PCP(SiConfig->SiVLANConfig.PriorityCodePoint) |7221 … NETC_F3_PSIVLANR_VID(SiConfig->SiVLANConfig.VlanIdentifier) |7222 … NETC_F3_PSIVLANR_E(1U) | NETC_F3_PSIVLANR_DEI((SiConfig->SiVLANConfig.DropIndicator) ? 1U : 0U);
1584 Netc_Eth_Ip_VlanType SiVLANConfig; /*!< Vlan configuration for each SI-based */ member