Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c440 if (SwitchPortIdx < NETC_ETHSWT_NUMBER_OF_MAC_PORTS) in Netc_EthSwt_Ip_SetPortMode()
451 if (SwitchPortIdx < NETC_ETHSWT_NUMBER_OF_MAC_PORTS) in Netc_EthSwt_Ip_SetPortMode()
481 if (SwitchPortIdx < NETC_ETHSWT_NUMBER_OF_MAC_PORTS) in Netc_EthSwt_Ip_GetPortMode()
539 if(SwitchPortIdx < NETC_ETHSWT_NUMBER_OF_MAC_PORTS) in Netc_EthSwt_Ip_GetPortSpeed()
608 if(SwitchPortIdx < NETC_ETHSWT_NUMBER_OF_MAC_PORTS) in Netc_EthSwt_Ip_SetPortSpeed()
707 if(SwitchPortIdx < NETC_ETHSWT_NUMBER_OF_MAC_PORTS) in Netc_EthSwt_Ip_GetDuplexMode()
3212 PseudoPortIdx = SwitchPortIdx - NETC_ETHSWT_NUMBER_OF_MAC_PORTS; in Netc_EthSwt_Ip_GetSwtPseudoPortCounters()
3797 if(SwitchPortIdx < NETC_ETHSWT_NUMBER_OF_MAC_PORTS) in Netc_EthSwt_Ip_GetCounters()
3827 if(SwitchPortIdx < NETC_ETHSWT_NUMBER_OF_MAC_PORTS) in Netc_EthSwt_Ip_GetCounter()
3837 PseudoPortIdx = SwitchPortIdx - NETC_ETHSWT_NUMBER_OF_MAC_PORTS; in Netc_EthSwt_Ip_GetCounter()
[all …]
/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip_Types.h96 #define NETC_ETHSWT_NUMBER_OF_MAC_PORTS (2U) /*!< number of mac ports*/ macro