Searched refs:SiConfig (Results 1 – 1 of 1) sorted by relevance
2744 const Netc_Eth_Ip_GeneralSIConfigType *SiConfig; local2867 SiConfig = &((*config->generalConfig->stationInterfaceGeneralConfig)[siHwId]);2869 if (TRUE == SiConfig->EnableSIVlan)2872 …IP_NETC__ENETC0_BASE->NUM_SI[siHwId].PSIVLANR = NETC_F3_PSIVLANR_TPID(SiConfig->SiVLANConfig.Proto…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);2885 … IP_NETC__ENETC0_BASE->NUM_SI[siHwId].PSICFGR0 |= NETC_F3_PSICFGR0_SIVC(SiConfig->SIVlanControl) |2886 … NETC_F3_PSICFGR0_SIVIE((uint8)SiConfig->EnableSoftwareVlanInsert) |2887 … NETC_F3_PSICFGR0_VTE((SiConfig->EnableVLANTagExtract) ? 1U : 0U); ;