Searched refs:ecore_crc32_le (Results 1 – 1 of 1) sorted by relevance
136 static __inline u32_t ecore_crc32_le(u32_t seed, u8_t *mac, u32_t len) in ecore_crc32_le() function2900 return (ecore_crc32_le(0, mac, ETH_ALEN) >> 24) & 0xff; in ecore_mcast_bin_from_mac()