Searched refs:mTcpConnection (Results 1 – 1 of 1) sorted by relevance
51 STATIC EFI_TCP4_PROTOCOL *mTcpConnection; variable117 Status = mTcpConnection->Receive (mTcpConnection, &mReceiveToken[mNextSubmitIndex]); in SubmitRecieveToken()144 Status = mTcpConnection->Configure (mTcpConnection, NULL); in ConnectionClosed()146 mTcpConnection = NULL; in ConnectionClosed()193 Status = mTcpConnection->Close (mTcpConnection, &mCloseToken); in DataReceived()267 (VOID **) &mTcpConnection, in ConnectionAccepted()497 if (mTcpConnection != NULL) { in TcpFastbootTransportStop()505 Status = mTcpConnection->Close (mTcpConnection, &CloseToken); in TcpFastbootTransportStop()521 Status = mTcpConnection->Configure (mTcpConnection, NULL); in TcpFastbootTransportStop()613 Status = mTcpConnection->Transmit (mTcpConnection, &mTransmitToken); in TcpFastbootTransportSend()