Home | History | Annotate | Download | only in DxeNetLib

Lines Matching refs:Trimmed

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;
1561 that is completely trimmed.
1569 @return The actual length of the data trimmed.
1582 UINT32 Trimmed;
1595 Trimmed = 0;
1601 Trimmed += Nbuf->TotalSize;
1614 Trimmed += NetbufTrim (Nbuf, Len, NET_BUF_HEAD);
1619 return Trimmed;