Searched refs:ecore_calc_crc32 (Results 1 – 2 of 2) sorted by relevance
186 uint32_t ecore_calc_crc32(uint32_t crc, uint8_t const *p,195 return ecore_calc_crc32(seed, mac, len, CRCPOLY_LE); in ECORE_CRC32_LE()
5429 ecore_calc_crc32(uint32_t crc, uint8_t const *p, uint32_t len, uint32_t magic) in ecore_calc_crc32() function