Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c136 static __inline u32_t ecore_crc32_le(u32_t seed, u8_t *mac, u32_t len) in ecore_crc32_le() function
2900 return (ecore_crc32_le(0, mac, ETH_ALEN) >> 24) & 0xff; in ecore_mcast_bin_from_mac()