Searched refs:mcast_idx (Results 1 – 1 of 1) sorted by relevance
232 unsigned int total_len, next, avail, len, index, mcast_idx; in ne2000_receive() local256 mcast_idx = compute_mcast_idx(buf); in ne2000_receive()257 if (!(s->mult[mcast_idx >> 3] & (1 << (mcast_idx & 7)))) in ne2000_receive()