Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.c16 return ECORE_CRC32_LE(0, (uint8_t *)bull + crc_sz, length); in bnx2x_vf_crc()
H A Decore_sp.h193 ECORE_CRC32_LE(uint32_t seed, uint8_t *mac, uint32_t len) in ECORE_CRC32_LE() function
H A Decore_sp.c2234 return (ECORE_CRC32_LE(0, mac, ETH_ALEN) >> 24) & 0xff; in ecore_mcast_bin_from_mac()