Searched refs:ppQueueTail (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c379 *ppQueueTail: pSocket->pRxPacketListTail or pSocket->pRxOobPacketListTail
4278 ESL_PACKET ** ppQueueTail; local
4380 ppQueueTail = &pSocket->pRxOobPacketListTail;
4385 ppQueueTail = &pSocket->pRxPacketListTail;
4437 *ppQueueTail = NULL;
4668 ESL_PACKET ** ppQueueTail; local
4745 ppQueueTail = &pSocket->pRxOobPacketListTail;
4750 ppQueueTail = &pSocket->pRxPacketListTail;
4780 pPrevious = *ppQueueTail;
4787 *ppQueueTail
5369 EslSocketTxComplete( IN ESL_IO_MGMT * pIo, IN UINT32 LengthInBytes, IN EFI_STATUS Status, IN CONST CHAR8 * pQueueType, IN ESL_PACKET ** ppQueueHead, IN ESL_PACKET ** ppQueueTail, IN ESL_IO_MGMT ** ppActive, IN ESL_IO_MGMT ** ppFree ) argument
5516 EslSocketTxStart( IN ESL_PORT * pPort, IN ESL_PACKET ** ppQueueHead, IN ESL_PACKET ** ppQueueTail, IN ESL_IO_MGMT ** ppActive, IN ESL_IO_MGMT ** ppFree ) argument
[all...]
H A DTcp4.c1910 ESL_PACKET ** ppQueueTail; local
1946 ppQueueTail = &pSocket->pTxOobPacketListTail;
1953 ppQueueTail = &pSocket->pTxPacketListTail;
2023 pPreviousPacket = *ppQueueTail;
2030 *ppQueueTail = pPacket;
2048 ppQueueTail,
H A DSocket.h1475 @param [in] ppQueueTail Transmit queue tail address
1487 IN ESL_PACKET ** ppQueueTail,
1503 @param [in] ppQueueTail Transmit queue tail address
1512 IN ESL_PACKET ** ppQueueTail,

Completed in 62 milliseconds