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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c 232 pPort->pRxFree
272 structrues and places the ESL_IO_MGMT structure onto the ESL_PORT::pRxFree list to
    [all...]
Socket.h 456 ESL_IO_MGMT * pRxFree; ///< Free structure queue
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
Ax88772.c 685 pRxPacket = pNicDevice->pRxFree;
694 pNicDevice->pRxFree = pRxPacket;
712 pNicDevice->pRxFree = pRxPacket->pNext;
832 pRxPacket = pNicDevice->pRxFree;
842 pNicDevice->pRxFree = pRxPacket;
879 if ( pNicDevice->pRxFree == pRxPacket ) {
    [all...]
SimpleNetwork.c 771 pRxPacket->pNext = pNicDevice->pRxFree;
772 pNicDevice->pRxFree = pRxPacket;
    [all...]
Ax88772.h 344 RX_TX_PACKET * pRxFree; ///< Free packet list
    [all...]

Completed in 99 milliseconds