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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c27 The net buffer allocated has the BlockOpNum's NET_BLOCK_OP, and its associated
28 NET_VECTOR has the BlockNum's NET_BLOCK. But all the NET_BLOCK_OP and
32 @param[in] BlockOpNum The number of NET_BLOCK_OP in the net buffer
268 CopyMem (Clone->BlockOp, Nbuf->BlockOp, sizeof (NET_BLOCK_OP) * Nbuf->BlockOpNum);
355 Get the index of NET_BLOCK_OP that contains the byte at Offset in the net
364 @param[out] Index Index of the NET_BLOCK_OP that contains the byte at
379 NET_BLOCK_OP *BlockOp;
412 Set the NET_BLOCK and corresponding NET_BLOCK_OP in the net buffer and
415 All the pointers in the Index'th NET_BLOCK and NET_BLOCK_OP are set to the
434 NET_BLOCK_OP *BlockO
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h1383 //NET_BLOCK_OP operates on the NET_BLOCK. It specifies
1392 } NET_BLOCK_OP; typedef in typeref:struct:__anon11053
1423 NET_BLOCK_OP BlockOp[1]; // Specify the position of actual packet
1482 (sizeof (NET_BUF) + ((BlockOpNum) - 1) * sizeof (NET_BLOCK_OP))
1525 Get the index of NET_BLOCK_OP that contains the byte at Offset in the net
1534 @param[out] Index Index of the NET_BLOCK_OP that contains the byte at

Completed in 47 milliseconds