• Home
  • Raw
  • Download

Lines Matching refs:BlockOpNum

41   IN UINT32                 BlockOpNum  in NetbufAllocStruct()  argument
47 ASSERT (BlockOpNum >= 1); in NetbufAllocStruct()
52 Nbuf = AllocateZeroPool (NET_BUF_SIZE (BlockOpNum)); in NetbufAllocStruct()
60 Nbuf->BlockOpNum = BlockOpNum; in NetbufAllocStruct()
248 Clone = AllocatePool (NET_BUF_SIZE (Nbuf->BlockOpNum)); in NetbufClone()
266 Clone->BlockOpNum = Nbuf->BlockOpNum; in NetbufClone()
268 CopyMem (Clone->BlockOp, Nbuf->BlockOp, sizeof (NET_BLOCK_OP) * Nbuf->BlockOpNum); in NetbufClone()
392 for (Loop = 0; Loop < Nbuf->BlockOpNum; Loop++) { in NetbufGetByte()
439 ASSERT (Index < Nbuf->BlockOpNum); in NetbufSetBlock()
479 ASSERT (Index < Nbuf->BlockOpNum); in NetbufSetBlockOp()
542 UINT32 BlockOpNum; in NetbufGetFragment() local
566 for (Index = 0; Index < Nbuf->BlockOpNum; Index++) { in NetbufGetFragment()
589 for (; Index < Nbuf->BlockOpNum; Index++) { in NetbufGetFragment()
606 BlockOpNum = Last - First + 1; in NetbufGetFragment()
613 BlockOpNum++; in NetbufGetFragment()
615 Child = NetbufAllocStruct (1, BlockOpNum); in NetbufGetFragment()
642 Child = NetbufAllocStruct (0, BlockOpNum); in NetbufGetFragment()
903 for (Index = 0; (Index < Nbuf->BlockOpNum); Index++) { in NetbufBuildExt()
964 FragmentNum += Nbuf->BlockOpNum; in NetbufFromBufList()
982 for (Index = 0; Index < Nbuf->BlockOpNum; Index++) { in NetbufFromBufList()
1020 ASSERT ((Nbuf->BlockOpNum == 1) && (Nbuf->TotalSize == 0)); in NetbufReserve()
1101 (Index < Nbuf->BlockOpNum - 1)) { in NetbufAllocSpace()
1192 Index = (FromHead ? 0 : Nbuf->BlockOpNum - 1); in NetbufTrim()
1271 for (Index = 0; Index < Nbuf->BlockOpNum; Index++) { in NetbufCopy()
1304 for (; Index < Nbuf->BlockOpNum; Index++) { in NetbufCopy()
1747 for (Index = 0; Index < Nbuf->BlockOpNum; Index++) { in NetbufChecksum()