Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Decore_sp.h215 ECORE_CRC32_LE(uint32_t seed, uint8_t *mac, uint32_t len) in ECORE_CRC32_LE() function
Decore_sp.c2826 return (ECORE_CRC32_LE(0, mac, ETH_ALEN) >> 24) & 0xff; in ecore_mcast_bin_from_mac()