Home
last modified time | relevance | path

Searched refs:HashValue (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip_Irq.c225 uint8 HashValue; in Netc_Eth_Ip_ProcessMsgRcv() local
264 HashValue = CmdMacReceivedAddr->Data[0U]; in Netc_Eth_Ip_ProcessMsgRcv()
265 if ((HashValue & NETC_ETH_IP_SELECT_HASH_REGISTER) != (uint8)0U) in Netc_Eth_Ip_ProcessMsgRcv()
267 …ETC__ENETC0_BASE->NUM_SI[VSIIndex].PSIMMHFR1 |= (uint32)((uint32)1U << (HashValue & NETC_ETH_IP_HA… in Netc_Eth_Ip_ProcessMsgRcv()
271 …ETC__ENETC0_BASE->NUM_SI[VSIIndex].PSIMMHFR0 |= (uint32)((uint32)1U << (HashValue & NETC_ETH_IP_HA… in Netc_Eth_Ip_ProcessMsgRcv()
287 HashValue = CmdMacReceivedAddr->Data[0U]; in Netc_Eth_Ip_ProcessMsgRcv()
288 if ((HashValue & NETC_ETH_IP_SELECT_HASH_REGISTER) != (uint8)0U) in Netc_Eth_Ip_ProcessMsgRcv()
290 …TC__ENETC0_BASE->NUM_SI[VSIIndex].PSIMMHFR1 &= ~(uint32)((uint32)1U << (HashValue & NETC_ETH_IP_HA… in Netc_Eth_Ip_ProcessMsgRcv()
294 …TC__ENETC0_BASE->NUM_SI[VSIIndex].PSIMMHFR0 &= ~(uint32)((uint32)1U << (HashValue & NETC_ETH_IP_HA… in Netc_Eth_Ip_ProcessMsgRcv()
DNetc_Eth_Ip.c304 static inline Netc_Eth_Ip_StatusType Netc_Eth_Ip_AddMACFilterEntry(uint8 CtrlIndex, uint8 HashValue
343 const uint8 HashValue, \
709 uint8 HashValue = 0U; in Netc_Eth_Ip_ComputeMACHashValue() local
771HashValue = (h5 << (uint8)5U) | (h4 << (uint8)4U) | (h3 << (uint8)3U) | (h2 << (uint8)2U) | (h1 <<… in Netc_Eth_Ip_ComputeMACHashValue()
773 return HashValue; in Netc_Eth_Ip_ComputeMACHashValue()
837 static inline Netc_Eth_Ip_StatusType Netc_Eth_Ip_AddMACFilterEntry(uint8 CtrlIndex, uint8 HashValue in Netc_Eth_Ip_AddMACFilterEntry() argument
856 MACFilterHashTableAddrs[CtrlIndex][CurrentEntry].HashValue = HashValue; in Netc_Eth_Ip_AddMACFilterEntry()
872 …ype Netc_Eth_Ip_DeleteMACFilterEntry(const uint8 CtrlIndex, const uint8 HashValue, const uint8 *Ma… in Netc_Eth_Ip_DeleteMACFilterEntry() argument
889 (HashValue == MACFilterHashTableAddrs[CtrlIndex][CurrentEntry].HashValue) in Netc_Eth_Ip_DeleteMACFilterEntry()
4414 uint8 HashValue; local
[all …]
/hal_nxp-3.6.0/s32/drivers/s32ze/BaseNXP/include/
DEth_GeneralTypes.h516 uint16 HashValue; member
/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h1553 uint8 HashValue; /*!< Hash value for the MAC address. */ member