Searched defs:FilterByte (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c1332 unsigned char HashCode = 0, FilterByte = 0; local
1460 FilterByte = HashCode >> 3;
1461 pLayerPointers->pMdl->TempLADRF[FilterByte] |=
1484 FilterByte = HashCode >> 3;
1485 pLayerPointers->pMdl->TempLADRF[FilterByte] &=
1502 unsigned char HashCode, FilterByte; local
1524 FilterByte = HashCode >> 3;
1525 pLayerPointers->pMdl->TempLADRF[FilterByte] |=
1604 unsigned char HashCode, FilterByte; local
1620 FilterByte
[all...]

Completed in 48 milliseconds