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

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.c922 unsigned long ReqSize; local
939 ReqSize = PatternSize + MaskSize;
941 ReqSize += 5 - ((PatternSize+MaskSize)%5);
943 if (ReqSize >
984 i < (pMdl->PatternList_FreeIndex + ReqSize); i++)
988 pMdl->PatternList[pMdl->PatternList_FreeIndex + ReqSize - 5] |= 0x80;
996 while (j < (pMdl->PatternList_FreeIndex + ReqSize)) {
1011 while (j < (pMdl->PatternList_FreeIndex + ReqSize)) {
1030 pMdl->PatternList_FreeIndex += (unsigned short)ReqSize;
1052 unsigned long ReqSize, MaskSiz local
[all...]

Completed in 56 milliseconds