Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.c4754 ESL_IO_MGMT * pIoNext; in EslSocketRxComplete() local
4794 pIoNext = pPort->pRxActive; in EslSocketRxComplete()
4795 while (( NULL != pIoNext ) && ( pIoNext != pIo ) && ( pIoNext->pNext != pIo )) in EslSocketRxComplete()
4797 pIoNext = pIoNext->pNext; in EslSocketRxComplete()
4799 ASSERT ( NULL != pIoNext ); in EslSocketRxComplete()
4800 if ( pIoNext == pIo ) { in EslSocketRxComplete()
4804 pIoNext->pNext = pIo->pNext; // Middle of list in EslSocketRxComplete()
5501 ESL_IO_MGMT * pIoNext; in EslSocketTxComplete() local
5525 pIoNext = *ppActive; in EslSocketTxComplete()
5526 while (( NULL != pIoNext ) && ( pIoNext != pIo ) && ( pIoNext->pNext != pIo )) in EslSocketTxComplete()
[all …]