Home
last modified time | relevance | path

Searched defs:ether_crc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dcrc32.h76 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) macro
/OK3568_Linux_fs/u-boot/net/
H A Deth_legacy.c319 u32 ether_crc(size_t len, unsigned char const *p) in ether_crc() function