Searched refs:primaryMACAddress (Results 1 – 3 of 3) sorted by relevance
555 …IP_NETC__ENETC0_BASE->NUM_SI[siHwId].PSIPMAR0 = ((uint32)SIConfig->primaryMACAddress[0U]) … in Netc_Eth_Ip_InitVSIAfterFlr()556 … (((uint32)SIConfig->primaryMACAddress[1U]) << 8U) | \ in Netc_Eth_Ip_InitVSIAfterFlr()557 … (((uint32)SIConfig->primaryMACAddress[2U]) << 16U) | \ in Netc_Eth_Ip_InitVSIAfterFlr()558 … (((uint32)SIConfig->primaryMACAddress[3U]) << 24U); in Netc_Eth_Ip_InitVSIAfterFlr()560 … IP_NETC__ENETC0_BASE->NUM_SI[siHwId].PSIPMAR1 = ((uint32)SIConfig->primaryMACAddress[4U]) | \ in Netc_Eth_Ip_InitVSIAfterFlr()561 … (((uint32)SIConfig->primaryMACAddress[5U]) << 8U); in Netc_Eth_Ip_InitVSIAfterFlr()
7158 …(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[0U]) …7159 …(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[1U]) << 8U) …7160 …(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[2U]) << 16U)…7161 …(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[3U]) << 24U);7162 …32)(*(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[4U]) | \7163 …*(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[5U]) << 8U);7173 …(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[0U]) …7174 …(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[1U]) << 8U) …7175 …(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[2U]) << 16U)…7176 …(*config->generalConfig).stationInterfaceGeneralConfig)[u8Iterator].primaryMACAddress[3U]) << 24U);[all …]
1577 …uint8 primaryMACAddress[6U]; /*< The primary MAC address of the SI. For PSI0 this actually gets… member