HomeSort by relevance Sort by last modified time
    Searched refs:ESL_IO_MGMT (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 95 typedef struct _ESL_IO_MGMT ESL_IO_MGMT;///< Forward declaration
258 ESL_IO_MGMT * pNext; ///< Next TX management structure
443 ESL_IO_MGMT * pTxActive; ///< Normal data queue
444 ESL_IO_MGMT * pTxFree; ///< Normal free queue
446 ESL_IO_MGMT * pTxOobActive; ///< Urgent data queue
447 ESL_IO_MGMT * pTxOobFree; ///< Urgent free queue
455 ESL_IO_MGMT * pRxActive; ///< Active receive operation queue
456 ESL_IO_MGMT * pRxFree; ///< Free structure queue
595 @param [in] pIo The address of an ::ESL_IO_MGMT structure
602 IN ESL_IO_MGMT * pIo
    [all...]
Socket.c 188 At a high level, the ::ESL_IO_MGMT structures are managing the tokens and
200 | ::ESL_IO_MGMT |
202 | ESL_IO_MGMT |
205 . ESL_IO_MGMT .
211 The ::ESL_IO_MGMT structures are allocated as part of the ::ESL_PORT structure in
212 ::EslSocketPortAllocate. The ESL_IO_MGMT structures are separated and placed on
213 the free list by calling ::EslSocketIoInit. The ESL_IO_MGMT structure contains
224 Active | ESL_IO_MGMT |-->| ESL_IO_MGMT |-->| ESL_IO_MGMT |--> NULL
    [all...]
Tcp4.c     [all...]
Tcp6.c     [all...]
Ip4.c 326 pSocket->TxTokenEventOffset = OFFSET_OF ( ESL_IO_MGMT, Token.Ip4Tx.Event );
594 @param [in] pIo The address of an ::ESL_IO_MGMT structure
600 IN ESL_IO_MGMT * pIo
623 // | ESL_IO_MGMT | | Data Buffer |
    [all...]
Udp4.c 248 pSocket->TxTokenEventOffset = OFFSET_OF ( ESL_IO_MGMT, Token.Udp4Tx.Event );
490 @param [in] pIo Address of an ::ESL_IO_MGMT structure
496 IN ESL_IO_MGMT * pIo
519 // | ESL_IO_MGMT | | Data Buffer |
975 @param [in] pIo Address of an ::ESL_IO_MGMT structure
981 IN ESL_IO_MGMT * pIo
    [all...]
Udp6.c 226 pSocket->TxTokenEventOffset = OFFSET_OF ( ESL_IO_MGMT, Token.Udp6Tx.Event );
484 @param [in] pIo Address of an ::ESL_IO_MGMT structure
490 IN ESL_IO_MGMT * pIo
513 // | ESL_IO_MGMT | | Data Buffer |
    [all...]

Completed in 77 milliseconds