Searched refs:pIoNext (Results 1 – 1 of 1) sorted by relevance
4754 ESL_IO_MGMT * pIoNext; in EslSocketRxComplete() local4794 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() local5525 pIoNext = *ppActive; in EslSocketTxComplete()5526 while (( NULL != pIoNext ) && ( pIoNext != pIo ) && ( pIoNext->pNext != pIo )) in EslSocketTxComplete()[all …]