Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h186 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()
H A Decore_sp.c5429 ecore_calc_crc32(uint32_t crc, uint8_t const *p, uint32_t len, uint32_t magic) in ecore_calc_crc32() function