Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c1478 uint8 h0; in Netc_Eth_Ip_ComputeMACHashValue() local
1485 h0 = ((NETC_ETH_IP_BIT0_VALUE_FROM_BYTE(MacAddr[0U])) ^ \ in Netc_Eth_Ip_ComputeMACHashValue()
1539 …<< (uint8)5U) | (h4 << (uint8)4U) | (h3 << (uint8)3U) | (h2 << (uint8)2U) | (h1 << (uint8)1U) | h0; in Netc_Eth_Ip_ComputeMACHashValue()