Searched refs:net_crc32_le (Results 1 – 6 of 6) sorted by relevance
318 uint32_t net_crc32_le(const uint8_t *p, int len);
754 int mcast_idx = net_crc32_le(buf, ETH_ALEN) >> 26; in sunhme_receive()
598 mac_crc = net_crc32_le(buf, ETH_ALEN); in sungem_receive()
1009 mcast_idx = net_crc32_le(buf, ETH_ALEN); in ftgmac100_filter()
642 int index = net_crc32_le(hdr->ether_dhost, ETH_ALEN) >> 26; in ladr_match()
1954 uint32_t net_crc32_le(const uint8_t *p, int len) in net_crc32_le() function