HomeSort by relevance Sort by last modified time
    Searched defs:Trimmed (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpIo.c 863 UINT32 Trimmed;
930 Trimmed = 0;
935 Trimmed = NetbufTrim (Nbuf, Nbuf->TotalSize - (UINT32) BufLen, NET_BUF_TAIL);
954 if (Trimmed > 0) {
955 NetbufAllocSpace (Nbuf, Trimmed, NET_BUF_TAIL);
989 if (Trimmed > 0) {
990 NetbufAllocSpace (Nbuf, Trimmed, NET_BUF_TAIL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
NetBuffer.c 1128 @param[in] Len The length of the data to be trimmed.
1156 @param[in] Len The length of the data to be trimmed.
1160 @return Length of the actually trimmed data, which is possible to be less
1174 UINT32 Trimmed;
1189 Trimmed = 0;
1203 Trimmed += BlockOp[Index].Size;
1206 Trimmed += Len;
1214 return Trimmed;
    [all...]

Completed in 432 milliseconds