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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c28 NET_VECTOR has the BlockNum's NET_BLOCK. But all the NET_BLOCK_OP and
45 NET_VECTOR *Vector;
102 NET_VECTOR *Vector;
146 @param[in] Vector Pointer to the NET_VECTOR to be freed.
151 IN NET_VECTOR *Vector
192 Free the net buffer and its associated NET_VECTOR.
496 @param[in] Arg Point to the old NET_VECTOR.
505 NET_VECTOR *Vector;
507 Vector = (NET_VECTOR *)Arg;
516 A new NET_BUF structure will be created but the associated data in NET_VECTOR
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h1366 //NET_VECTOR contains several blocks to hold all packet's
1372 INTN RefCnt; // Reference count to share NET_VECTOR.
1373 NET_VECTOR_EXT_FREE Free; // external function to free NET_VECTOR
1380 } NET_VECTOR; typedef in typeref:struct:__anon11052
1419 NET_VECTOR *Vector; // The vector containing the packet
1479 (sizeof (NET_VECTOR) + ((BlockNum) - 1) * sizeof (NET_BLOCK))
1507 Free the net buffer and its associated NET_VECTOR.
1595 A new NET_BUF structure will be created but the associated data in NET_VECTOR

Completed in 47 milliseconds