Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c2361 static inline void Netc_EthSwt_Ip_VerifyFillInFdbTableListDataFuncCond(const uint32 *ResumeId, Netc… argument
2363 if ((NETC_ETHSWT_IP_BD_NULL_ENTRY_ID == *ResumeId) && (NULL_PTR != FdbEntryQuerying))
2392 static inline Std_ReturnType Netc_EthSwt_Ip_SearchAndFillInFdbTableList(uint32 *ResumeId, uint16 *N… argument
2414 …ableDataField[NETC_ETHSWT_IP_FDBTABLE_SEARCH_CRITERIA_RESUMEENTRYID] = *ResumeId; /* resume ent…
2453 *ResumeId = TableDataBuffer.TableDataField[NETC_ETHSWT_FDBTABLE_RSPDATA_STATUS];
2456 if ((1U == NumOfElement) && (*ResumeId != NETC_ETHSWT_IP_BD_NULL_ENTRY_ID))
2486 Netc_EthSwt_Ip_VerifyFillInFdbTableListDataFuncCond(ResumeId, FdbEntryQuerying);
2510 uint32 ResumeId = NETC_ETHSWT_IP_BD_NULL_ENTRY_ID; local
2555 …status = Netc_EthSwt_Ip_SearchAndFillInFdbTableList(&ResumeId, &NumOfExistingEntry, FdbTableList, …
2722 static inline Std_ReturnType Netc_EthSwt_Ip_SearchAndFIllInVlanFilterTableList(uint32 *ResumeId, ui… argument
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c3702 uint32 ResumeId = NETC_ETH_IP_BD_NULL_ENTRY_ID; local
3729 …status = Netc_Eth_Ip_SearchAndFillIngrStreamIdentificationTable(CtrlIndex, &ResumeId, &NumOfExisti…
3731 …} while (ResumeId != NETC_ETH_IP_BD_NULL_ENTRY_ID); /* ResumeId == NETC_ETH_IP_BD_NULL_ENTRY_…