Home
last modified time | relevance | path

Searched refs:VlanIdFilter (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/include/
DEth_GeneralTypes.h542 …uint16 VlanIdFilter; /**< @brief Specifies the VLAN address 0..4094 that should be … member
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c1308 …if ((MirrorConfigurationPtr->VlanIdFilter == NETC_ETHSWT_IP_UINT16_NULL_ENTRY_ID) && (IngressPortF… in Netc_EthSwt_Ip_WriteMirrorConfiguration_SecondPart()
8124 if (MirrorConfigurationPtr->VlanIdFilter != NETC_ETHSWT_IP_UINT16_NULL_ENTRY_ID)
8126 MirrorCfgBackup.VlanIdFilter = MirrorConfigurationPtr->VlanIdFilter;
8130 …ressPortFilterkeyeData.KeyeOuterVLANTagControlInformation = (MirrorConfigurationPtr->VlanIdFilter);
8134 MirrorCfgBackup.VlanIdFilter = NETC_ETHSWT_IP_UINT16_NULL_ENTRY_ID;
8293 MirrorConfigurationPtr->VlanIdFilter = MirrorCfgBackup.VlanIdFilter;
8306 MirrorConfigurationPtr->VlanIdFilter = NETC_ETHSWT_IP_UINT16_NULL_ENTRY_ID;
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip_Types.h2964 …uint16 VlanIdFilter; /*!< @brief Specifies the VLAN address 0..4094 that sh… member