Searched refs:PortIdx (Results 1 – 2 of 2) sorted by relevance
810 …etc_EthSwt_Ip_GetPortMacAddr( uint8 SwitchIdx, uint16 Fid, const uint8 * MacAddr, uint8 * PortIdx ) in Netc_EthSwt_Ip_GetPortMacAddr() argument824 DevAssert(PortIdx != NULL_PTR); in Netc_EthSwt_Ip_GetPortMacAddr()848 *PortIdx = PortIndex; in Netc_EthSwt_Ip_GetPortMacAddr()856 *PortIdx = NETC_ETHSWT_IP_NOMATCHEDPORTMACADDR; in Netc_EthSwt_Ip_GetPortMacAddr()863 *PortIdx = NETC_ETHSWT_IP_NOMATCHEDPORTMACADDR; in Netc_EthSwt_Ip_GetPortMacAddr()869 *PortIdx = NETC_ETHSWT_IP_NOMATCHEDPORTMACADDR; in Netc_EthSwt_Ip_GetPortMacAddr()5139 uint8 PortIdx; in Netc_EthSwt_Ip_WriteMirrorConfiguration() local5178 for(PortIdx = 0U; PortIdx < NETC_ETHSWT_NUMBER_OF_PORTS; PortIdx++) in Netc_EthSwt_Ip_WriteMirrorConfiguration()5182 Netc_EthSwt_Ip_SW0_PortxBaseAddr[PortIdx]->PMCR = (uint32)0x1U; in Netc_EthSwt_Ip_WriteMirrorConfiguration()5191 for(PortIdx = 0U; PortIdx < NETC_ETHSWT_NUMBER_OF_PORTS; PortIdx++) in Netc_EthSwt_Ip_WriteMirrorConfiguration()[all …]
381 …etc_EthSwt_Ip_GetPortMacAddr( uint8 SwitchIdx, uint16 Fid, const uint8 * MacAddr, uint8 * PortIdx);