Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c1166 static uint32_t crc32_le(uint32_t crc, uint8_t *p, uint32_t len) in crc32_le() function
1181 crc = bitrev32(~crc32_le(~0, addr, RTE_ETHER_ADDR_LEN)); in axgbe_set_mac_hash_table()