Searched refs:hash_ix (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cris/
H A Deth_v10.c1456 char hash_ix; local
1465 hash_ix = 0;
1467 hash_ix ^= (*baddr) & 0x3f;
1468 hash_ix ^= ((*baddr) >> 6) & 0x03;
1470 hash_ix ^= ((*baddr) << 2) & 0x03c;
1471 hash_ix ^= ((*baddr) >> 4) & 0xf;
1473 hash_ix ^= ((*baddr) << 4) & 0x30;
1474 hash_ix ^= ((*baddr) >> 2) & 0x3f;
1476 hash_ix ^= (*baddr) & 0x3f;
1477 hash_ix
[all...]

Completed in 50 milliseconds