Home
last modified time | relevance | path

Searched refs:MaxRxBuf (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c971 pSocket->MaxRxBuf = MAX_RX_DATA; in EslSocketAllocate()
2874 pOptionData = (CONST UINT8 *)&pSocket->MaxRxBuf; in EslSocketOptionGet()
2875 LengthInBytes = sizeof ( pSocket->MaxRxBuf ); in EslSocketOptionGet()
3104 pOptionData = (UINT8 *)&pSocket->MaxRxBuf; in EslSocketOptionSet()
3105 LengthInBytes = sizeof ( pSocket->MaxRxBuf ); in EslSocketOptionSet()
4883 if ( pSocket->MaxRxBuf > pSocket->RxBytes ) { in EslSocketRxComplete()
DSocket.h1056 UINT32 MaxRxBuf; ///< Maximum size of the receive buffer member