Searched refs:pIo (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/ |
H A D | Socket.c | 2229 ESL_IO_MGMT * pIo; local 2248 pIo = *ppFreeQueue; 2249 pBuffer = (UINT8 *)pIo; 2263 pIo, 2270 *ppFreeQueue = pIo->pNext; 2315 ESL_IO_MGMT * pIo; local 2330 pIo = *ppIo; 2331 pEnd = &pIo [ TokenCount ]; 2332 while ( pEnd > pIo ) { 2336 pIo 3388 ESL_IO_MGMT * pIo; local 3876 ESL_IO_MGMT * pIo; local 3974 ESL_IO_MGMT * pIo; local 4094 ESL_IO_MGMT * pIo; local 4655 EslSocketRxComplete( IN ESL_IO_MGMT * pIo, IN EFI_STATUS Status, IN UINTN LengthInBytes, IN BOOLEAN bUrgent ) argument 4878 ESL_IO_MGMT * pIo; local 5058 ESL_IO_MGMT * pIo; local 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 5525 ESL_IO_MGMT * pIo; local [all...] |
H A D | Udp4.c | 488 @param [in] pIo Address of an ::ESL_IO_MGMT structure 494 IN ESL_IO_MGMT * pIo 507 Status = pIo->Token.Udp4Rx.Status; 512 pRxData = pIo->Token.Udp4Rx.Packet.RxData; 536 pPacket = pIo->pPacket; 542 EslSocketRxComplete ( pIo, Status, LengthInBytes, FALSE ); 971 @param [in] pIo Address of an ::ESL_IO_MGMT structure 977 IN ESL_IO_MGMT * pIo 991 pPacket = pIo->pPacket; 992 pPort = pIo [all...] |
H A D | Socket.h | 493 @param [in] pIo The address of an ::ESL_IO_MGMT structure 500 IN ESL_IO_MGMT * pIo 758 @param [in] pIo Address of an ::ESL_IO_MGMT structure. 765 IN ESL_IO_MGMT * pIo 811 @param [in] pIo The ESL_IO_MGMT structure address 818 IN ESL_IO_MGMT * pIo 1388 @param [in] pIo Address of an ::ESL_IO_MGMT structure 1394 IN ESL_IO_MGMT * pIo 1411 @param [in] pIo Address of an ::ESL_IO_MGMT structure 1420 IN ESL_IO_MGMT * pIo, [all...] |
H A D | Tcp4.c | 1725 @param [in] pIo Address of an ::ESL_IO_MGMT structure 1731 IN ESL_IO_MGMT * pIo 1744 Status = pIo->Token.Tcp4Rx.CompletionToken.Status; 1765 pPacket = pIo->pPacket; 1779 EslSocketRxComplete ( pIo, Status, LengthInBytes, bUrgent ); 1793 @param [in] pIo Address of an ::ESL_IO_MGMT structure. 1799 IN ESL_IO_MGMT * pIo 1809 pPacket = pIo->pPacket; 1810 pIo->Token.Tcp4Rx.Packet.RxData = &pPacket->Op.Tcp4Rx.RxData; 2116 @param [in] pIo Th [all...] |
H A D | Ip4.c | 644 @param [in] pIo The address of an ::ESL_IO_MGMT structure 650 IN ESL_IO_MGMT * pIo 664 pPort = pIo->pPort; 665 Status = pIo->Token.Ip4Rx.Status; 670 pRxData = pIo->Token.Ip4Rx.Packet.RxData; 694 pPacket = pIo->pPacket; 700 EslSocketRxComplete ( pIo, Status, LengthInBytes, FALSE ); 1179 @param [in] pIo The address of an ::ESL_IO_MGMT structure 1185 IN ESL_IO_MGMT * pIo 1199 pPacket = pIo [all...] |
Completed in 2959 milliseconds