Home
last modified time | relevance | path

Searched defs:mcast_idx (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/net/
H A Di82596.c196 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 Deepro100.c833 unsigned mcast_idx = (net_crc32(multicast_addr, ETH_ALEN) & in set_multicast_list() local
1673 unsigned mcast_idx = (net_crc32(buf, ETH_ALEN) & BITS(7, 2)) >> 2; in nic_receive() local
1693 unsigned mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; in nic_receive() local
H A Dne2000.c175 unsigned int total_len, next, avail, len, index, mcast_idx; in ne2000_receive() local
H A Dopencores_eth.c378 unsigned mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; local
H A Dsunhme.c754 int mcast_idx = net_crc32_le(buf, ETH_ALEN) >> 26; in sunhme_receive() local
H A Dftgmac100.c915 unsigned mcast_idx; in ftgmac100_filter() local
H A Drtl8139.c886 int mcast_idx = net_crc32(buf, ETH_ALEN) >> 26; in rtl8139_do_receive() local