Searched refs:net_crc32 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | i82596.c | 196 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 D | eepro100.c | 835 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 D | ne2000.c | 198 mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; in ne2000_receive()
|
H A D | opencores_eth.c | 378 unsigned mcast_idx = net_crc32(buf, ETH_ALEN) >> 26;
|
H A D | lan9118.c | 526 hash = net_crc32(addr, ETH_ALEN) >> 26; in lan9118_filter()
|
H A D | rtl8139.c | 884 int mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; in rtl8139_do_receive()
|
/openbmc/qemu/include/net/ |
H A D | net.h | 317 uint32_t net_crc32(const uint8_t *p, int len);
|
/openbmc/qemu/net/ |
H A D | net.c | 1932 uint32_t net_crc32(const uint8_t *p, int len) in net_crc32() function
|