Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Di82596.c196 unsigned mcast_idx = (net_crc32(multicast_addr, ETH_ALEN) & in set_multicast_list()
554 int mcast_idx = (net_crc32(buf, ETH_ALEN) & BITS(7, 2)) >> 2; in i82596_receive()
H A Deepro100.c835 unsigned mcast_idx = (net_crc32(multicast_addr, ETH_ALEN) & in set_multicast_list()
1675 unsigned mcast_idx = (net_crc32(buf, ETH_ALEN) & BITS(7, 2)) >> 2; in nic_receive()
1695 unsigned mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; in nic_receive()
H A Dne2000.c198 mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; in ne2000_receive()
H A Dopencores_eth.c378 unsigned mcast_idx = net_crc32(buf, ETH_ALEN) >> 26;
H A Dlan9118.c526 hash = net_crc32(addr, ETH_ALEN) >> 26; in lan9118_filter()
H A Drtl8139.c884 int mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; in rtl8139_do_receive()
/openbmc/qemu/include/net/
H A Dnet.h317 uint32_t net_crc32(const uint8_t *p, int len);
/openbmc/qemu/net/
H A Dnet.c1932 uint32_t net_crc32(const uint8_t *p, int len) in net_crc32() function