Home | History | Annotate | Download | only in DxeNetLib

Lines Matching refs:BlockOpNum

27   The net buffer allocated has the BlockOpNum's NET_BLOCK_OP, and its associated

32 @param[in] BlockOpNum The number of NET_BLOCK_OP in the net buffer
41 IN UINT32 BlockOpNum
47 ASSERT (BlockOpNum >= 1);
52 Nbuf = AllocateZeroPool (NET_BUF_SIZE (BlockOpNum));
60 Nbuf->BlockOpNum = BlockOpNum;
248 Clone = AllocatePool (NET_BUF_SIZE (Nbuf->BlockOpNum));
266 Clone->BlockOpNum = Nbuf->BlockOpNum;
268 CopyMem (Clone->BlockOp, Nbuf->BlockOp, sizeof (NET_BLOCK_OP) * Nbuf->BlockOpNum);
392 for (Loop = 0; Loop < Nbuf->BlockOpNum; Loop++) {
439 ASSERT (Index < Nbuf->BlockOpNum);
479 ASSERT (Index < Nbuf->BlockOpNum);
542 UINT32 BlockOpNum;
566 for (Index = 0; Index < Nbuf->BlockOpNum; Index++) {
589 for (; Index < Nbuf->BlockOpNum; Index++) {
606 BlockOpNum = Last - First + 1;
613 BlockOpNum++;
615 Child = NetbufAllocStruct (1, BlockOpNum);
642 Child = NetbufAllocStruct (0, BlockOpNum);
903 for (Index = 0; (Index < Nbuf->BlockOpNum); Index++) {
964 FragmentNum += Nbuf->BlockOpNum;
982 for (Index = 0; Index < Nbuf->BlockOpNum; Index++) {
1020 ASSERT ((Nbuf->BlockOpNum == 1) && (Nbuf->TotalSize == 0));
1101 (Index < Nbuf->BlockOpNum - 1)) {
1192 Index = (FromHead ? 0 : Nbuf->BlockOpNum - 1);
1271 for (Index = 0; Index < Nbuf->BlockOpNum; Index++) {
1304 for (; Index < Nbuf->BlockOpNum; Index++) {
1747 for (Index = 0; Index < Nbuf->BlockOpNum; Index++) {