[go: nahoru, domu]

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

/drivers/net/cris/
H A Deth_v10.c1590 char hash_ix; local
1599 hash_ix = 0;
1601 hash_ix ^= (*baddr) & 0x3f;
1602 hash_ix ^= ((*baddr) >> 6) & 0x03;
1604 hash_ix ^= ((*baddr) << 2) & 0x03c;
1605 hash_ix ^= ((*baddr) >> 4) & 0xf;
1607 hash_ix ^= ((*baddr) << 4) & 0x30;
1608 hash_ix ^= ((*baddr) >> 2) & 0x3f;
1610 hash_ix ^= (*baddr) & 0x3f;
1611 hash_ix
[all...]

Completed in 35 milliseconds