Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c239 uint32 MirroringIngressPortFilterEntryId = NETC_ETHSWT_IP_BD_NULL_ENTRY_ID;
1224 if ((1U == NumOfElement) && (TableEntryId != NETC_ETHSWT_IP_BD_NULL_ENTRY_ID)) in Netc_EthSwt_Ip_SearchAndAgeEntryInFdbTable_FoundAMatchedEntry()
1381 uint32 ResumeEntryId = NETC_ETHSWT_IP_BD_NULL_ENTRY_ID; in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart()
1407 } while (ResumeEntryId != NETC_ETHSWT_IP_BD_NULL_ENTRY_ID); in Netc_EthSwt_Ip_GetPortMacAddr_SecondPart()
1555 if (!((1U == NumOfElement) && (EntryStatus != NETC_ETHSWT_IP_BD_NULL_ENTRY_ID)))
2363 if ((NETC_ETHSWT_IP_BD_NULL_ENTRY_ID == *ResumeId) && (NULL_PTR != FdbEntryQuerying))
2456 if ((1U == NumOfElement) && (*ResumeId != NETC_ETHSWT_IP_BD_NULL_ENTRY_ID))
2510 uint32 ResumeId = NETC_ETHSWT_IP_BD_NULL_ENTRY_ID;
2557 …uffer.TableDataField[NETC_ETHSWT_FDBTABLE_RSPDATA_STATUS] != NETC_ETHSWT_IP_BD_NULL_ENTRY_ID) || (…
2682 if ((1U == NumOfElement) && (TableEntryId != NETC_ETHSWT_IP_BD_NULL_ENTRY_ID))
[all …]
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip_Types.h276 #define NETC_ETHSWT_IP_BD_NULL_ENTRY_ID (0xFFFFFFFFUL) /*!< BD null entry */ macro