Home
last modified time | relevance | path

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

/external/qemu/hw/
Dne2000.c232 unsigned int total_len, next, avail, len, index, mcast_idx; in ne2000_receive() local
256 mcast_idx = compute_mcast_idx(buf); in ne2000_receive()
257 if (!(s->mult[mcast_idx >> 3] & (1 << (mcast_idx & 7)))) in ne2000_receive()