Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c884 uchar_t currentbyte; in rge_hash_index() local
889 currentbyte = mca[bytes]; in rge_hash_index()
893 if (msb ^ (currentbyte & 1)) in rge_hash_index()
895 currentbyte >>= 1; in rge_hash_index()
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c768 uchar_t currentbyte; in rtls_hash_index() local
773 currentbyte = address[bytes]; in rtls_hash_index()
777 if (msb ^ (currentbyte & 1)) { in rtls_hash_index()
781 currentbyte >>= 1; in rtls_hash_index()
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1210 uchar_t currentbyte; in dmfe_hash_index() local
1216 currentbyte = address[byteslength]; in dmfe_hash_index()
1220 if (msb ^ (currentbyte & 1)) { in dmfe_hash_index()
1224 currentbyte >>= 1; in dmfe_hash_index()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1134 uint8_t currentbyte; in hashindex() local
1140 currentbyte = address[byteslength]; in hashindex()
1144 if (msb ^ (currentbyte & 1)) { in hashindex()
1148 currentbyte >>= 1; in hashindex()