Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c81 static uint32_t GetMacAddrHashCode(uint64_t ethAddr) in GetMacAddrHashCode() function
593 crc = GetMacAddrHashCode(ethAddr); in TgecAddHashMacAddress()
625 crc = GetMacAddrHashCode(ethAddr); in TgecDelHashMacAddress()
H A Dmemac.c57 static uint32_t GetMacAddrHashCode(uint64_t ethAddr) in GetMacAddrHashCode() function
730 hash = GetMacAddrHashCode(ethAddr) & HASH_CTRL_ADDR_MASK; in MemacAddHashMacAddress()
758 hash = GetMacAddrHashCode(ethAddr) & HASH_CTRL_ADDR_MASK; in MemacDelHashMacAddress()
H A Ddtsec.c113 static uint32_t GetMacAddrHashCode(uint64_t ethAddr) in GetMacAddrHashCode() function
910 crc = GetMacAddrHashCode(ethAddr); in DtsecAddHashMacAddress()
970 crc = GetMacAddrHashCode(ethAddr); in DtsecDelHashMacAddress()