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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
wspi.h 103 #define WSPI_NO_EXTRA_ALLOC_SIZE 4
113 #define WSPI_EXTRA_READ_AFTER_NO_RESPONSE (28 - WSPI_NO_EXTRA_ALLOC_SIZE)
wspi.c 224 os_memoryFree (pWSPI->hOs, pWSPI->pTempBuf, WSPI_NO_EXTRA_ALLOC_SIZE + pWSPI->uFixedBusyBytes);
290 if ((pWSPI->pTempBuf = os_memoryAlloc (pWSPI->hOs, WSPI_NO_EXTRA_ALLOC_SIZE + pWSPI->uFixedBusyBytes)) == NULL)
778 if (pWSPI->length <= WSPI_NO_EXTRA_ALLOC_SIZE)
845 * if (!bSpaceReserved) but the length is short (WSPI_NO_EXTRA_ALLOC_SIZE) than copy it to
873 else if (pWSPI->length <= WSPI_NO_EXTRA_ALLOC_SIZE)
926 #if WSPI_NO_EXTRA_ALLOC_SIZE == 4 /* used for optimization */
    [all...]

Completed in 197 milliseconds