Searched refs:SiVLANConfig (Results 1 – 3 of 3) sorted by relevance
446 …NETC0_BASE->NUM_SI[siHwId].PSIVLANR = NETC_F3_PSIVLANR_TPID(SIConfig->SiVLANConfig.ProtocolIdentif… in Netc_Eth_Ip_InitVSIAfterFlr()447 … NETC_F3_PSIVLANR_PCP(SIConfig->SiVLANConfig.PriorityCodePoint) | in Netc_Eth_Ip_InitVSIAfterFlr()448 … NETC_F3_PSIVLANR_VID(SIConfig->SiVLANConfig.VlanIdentifier) | in Netc_Eth_Ip_InitVSIAfterFlr()449 … NETC_F3_PSIVLANR_E(1U) | NETC_F3_PSIVLANR_DEI((uint8)SIConfig->SiVLANConfig.DropIndicator); in Netc_Eth_Ip_InitVSIAfterFlr()
2872 …NETC0_BASE->NUM_SI[siHwId].PSIVLANR = NETC_F3_PSIVLANR_TPID(SiConfig->SiVLANConfig.ProtocolIdentif…2873 … NETC_F3_PSIVLANR_PCP(SiConfig->SiVLANConfig.PriorityCodePoint) |2874 … NETC_F3_PSIVLANR_VID(SiConfig->SiVLANConfig.VlanIdentifier) |2875 … NETC_F3_PSIVLANR_E(1U) | NETC_F3_PSIVLANR_DEI((uint8)SiConfig->SiVLANConfig.DropIndicator);
1101 Netc_Eth_Ip_VlanType SiVLANConfig; /*!< Vlan configuration for each SI-based */ member