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

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvIf.c 517 pFileInfo->uChunkBytesLeft = 0;
529 if ( pFileInfo->uChunkBytesLeft >= pFileInfo->uLength )
531 pFileInfo->uChunkBytesLeft -= pFileInfo->uLength;
542 if ( pFileInfo->uChunkBytesLeft == 0 )
559 pFileInfo->uChunkBytesLeft = BYTE_SWAP_LONG( *((TI_UINT32*)(pFileInfo->pBuffer)) );
568 if ( pFileInfo->uChunkBytesLeft < OS_SPECIFIC_RAM_ALLOC_LIMIT )
570 pFileInfo->uLength = pFileInfo->uChunkBytesLeft;
579 ( pFileInfo->uLength == pFileInfo->uChunkBytesLeft ))
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvIf.c 510 pFileInfo->uChunkBytesLeft = 0;
522 if ( pFileInfo->uChunkBytesLeft >= pFileInfo->uLength )
524 pFileInfo->uChunkBytesLeft -= pFileInfo->uLength;
535 if ( pFileInfo->uChunkBytesLeft == 0 )
552 pFileInfo->uChunkBytesLeft = BYTE_SWAP_LONG( *((TI_UINT32*)(pFileInfo->pBuffer)) );
561 if ( pFileInfo->uChunkBytesLeft < OS_SPECIFIC_RAM_ALLOC_LIMIT )
563 pFileInfo->uLength = pFileInfo->uChunkBytesLeft;
572 ( pFileInfo->uLength == pFileInfo->uChunkBytesLeft ))
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriver.h     [all...]

Completed in 110 milliseconds