Searched refs:NumOfInUseEntry (Results 1 – 1 of 1) sorted by relevance
1239 uint16 NumOfInUseEntry; in Netc_EthSwt_Ip_GetFdbTable() local1267 …NumOfInUseEntry = (uint16)(IP_NETC__SW0_BASE->FDBHTOR0 & NETC_ETHSWT_IP_0XFFFF_MASK) + (uint16)(IP… in Netc_EthSwt_Ip_GetFdbTable()1270 if ((*NumberOfElements == 0U) || (NumOfInUseEntry == 0U)) in Netc_EthSwt_Ip_GetFdbTable()1272 NumOfExistingEntry = NumOfInUseEntry; in Netc_EthSwt_Ip_GetFdbTable()1278 …if ((NumOfExistingEntry >= *NumberOfElements) || (NumOfExistingEntry >= NumOfInUseEntry) || (statu… in Netc_EthSwt_Ip_GetFdbTable()1529 uint16 NumOfInUseEntry; in Netc_EthSwt_Ip_GetVlanFilterTable() local1552 …NumOfInUseEntry = (uint16)(IP_NETC__SW0_BASE->VFHTOR & NETC_ETHSWT_IP_0XFFFF_MASK); /* get how … in Netc_EthSwt_Ip_GetVlanFilterTable()1555 if ((*NumberOfElements == 0U) || (NumOfInUseEntry == 0U)) in Netc_EthSwt_Ip_GetVlanFilterTable()1557 NumOfExistingEntry = NumOfInUseEntry; in Netc_EthSwt_Ip_GetVlanFilterTable()1563 …if ((NumOfExistingEntry >= *NumberOfElements) || (NumOfExistingEntry >= NumOfInUseEntry) || (statu… in Netc_EthSwt_Ip_GetVlanFilterTable()