Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6655/
Dtether.c67 unsigned char byTmpHash; in ETHbyGetHashIndexByCrc32() local
71 byTmpHash = (unsigned char)(CRCdwCrc32(pbyMultiAddr, ETH_ALEN, in ETHbyGetHashIndexByCrc32()
74 for (ii = 0; ii < (sizeof(byTmpHash) * 8); ii++) { in ETHbyGetHashIndexByCrc32()
76 if (byTmpHash & 0x01) in ETHbyGetHashIndexByCrc32()
78 byTmpHash >>= 1; in ETHbyGetHashIndexByCrc32()
/linux-2.6.39/drivers/staging/vt6656/
Dtether.c67 BYTE byTmpHash; in ETHbyGetHashIndexByCrc32() local
71 byTmpHash = (BYTE)(CRCdwCrc32(pbyMultiAddr, ETH_ALEN, in ETHbyGetHashIndexByCrc32()
74 for (ii = 0; ii < (sizeof(byTmpHash) * 8); ii++) { in ETHbyGetHashIndexByCrc32()
76 if (byTmpHash & 0x01) in ETHbyGetHashIndexByCrc32()
78 byTmpHash >>= 1; in ETHbyGetHashIndexByCrc32()