Searched defs:mcast_idx (Results 1 – 7 of 7) 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() local 554 int mcast_idx = (net_crc32(buf, ETH_ALEN) & BITS(7, 2)) >> 2; in i82596_receive() local
|
H A D | eepro100.c | 835 unsigned mcast_idx = (net_crc32(multicast_addr, ETH_ALEN) & in set_multicast_list() local 1675 unsigned mcast_idx = (net_crc32(buf, ETH_ALEN) & BITS(7, 2)) >> 2; in nic_receive() local 1695 unsigned mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; in nic_receive() local
|
H A D | ne2000.c | 175 unsigned int total_len, next, avail, len, index, mcast_idx; in ne2000_receive() local
|
H A D | opencores_eth.c | 378 unsigned mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; local
|
H A D | sunhme.c | 754 int mcast_idx = net_crc32_le(buf, ETH_ALEN) >> 26; in sunhme_receive() local
|
H A D | ftgmac100.c | 991 unsigned mcast_idx; in ftgmac100_filter() local
|
H A D | rtl8139.c | 884 int mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; in rtl8139_do_receive() local
|