Searched refs:NumberOfElements (Results 1 – 3 of 3) sorted by relevance
546 Std_ReturnType Netc_EthSwt_Ip_GetFdbTable(uint8 SwitchIdx, uint16 * NumberOfElements, Netc_EthSwt_I…650 Std_ReturnType Netc_EthSwt_Ip_GetVlanFilterTable( uint8 SwitchIdx, uint16 * NumberOfElements, Netc_…
101 #define NumberOfElements(x) (sizeof(x)/sizeof((x)[0])) macro
1233 uint16 * NumberOfElements, in Netc_EthSwt_Ip_GetFdbTable() argument1256 DevAssert(NumberOfElements != NULL_PTR); in Netc_EthSwt_Ip_GetFdbTable()1257 if (*NumberOfElements > 0U) in Netc_EthSwt_Ip_GetFdbTable()1270 if ((*NumberOfElements == 0U) || (NumOfInUseEntry == 0U)) in Netc_EthSwt_Ip_GetFdbTable()1278 …if ((NumOfExistingEntry >= *NumberOfElements) || (NumOfExistingEntry >= NumOfInUseEntry) || (statu… in Netc_EthSwt_Ip_GetFdbTable()1289 *NumberOfElements = NumOfExistingEntry; in Netc_EthSwt_Ip_GetFdbTable()1523 uint16 * NumberOfElements, in Netc_EthSwt_Ip_GetVlanFilterTable() argument1544 DevAssert(NumberOfElements != NULL_PTR); in Netc_EthSwt_Ip_GetVlanFilterTable()1545 if (*NumberOfElements > 0U) in Netc_EthSwt_Ip_GetVlanFilterTable()1555 if ((*NumberOfElements == 0U) || (NumOfInUseEntry == 0U)) in Netc_EthSwt_Ip_GetVlanFilterTable()[all …]