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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
parallel.h 124 ULONG FifoDepth;
262 ULONG FifoDepth;
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Tcp4.c 866 && ( pSocket->MaxFifoDepth > pSocket->FifoDepth )) {
951 pSocket->FifoDepth += 1;
978 pSocket->FifoDepth ));
    [all...]
Tcp6.c 897 && ( pSocket->MaxFifoDepth > pSocket->FifoDepth )) {
984 pSocket->FifoDepth += 1;
    [all...]
Socket.h     [all...]
Socket.c 806 if ( 0 == pSocket->FifoDepth ) {
    [all...]

Completed in 575 milliseconds