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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
memMngrEx.c 76 pMemMngrInit.bufPoolInit[0].buffersSize = DEF_BUFFER_LENGTH_POOL_1;
77 pMemMngrInit.bufPoolInit[0].numOfbuffers = DEF_NUMBER_OF_BUFFERS_IN_POOL_1;
78 pMemMngrInit.bufPoolInit[1].buffersSize = DEF_BUFFER_LENGTH_POOL_2;
79 pMemMngrInit.bufPoolInit[1].numOfbuffers = DEF_NUMBER_OF_BUFFERS_IN_POOL_2;
80 pMemMngrInit.bufPoolInit[2].buffersSize = DEF_BUFFER_LENGTH_POOL_3;
81 pMemMngrInit.bufPoolInit[2].numOfbuffers = DEF_NUMBER_OF_BUFFERS_IN_POOL_3;
85 if( pMemMngrInit.bufPoolInit[count].buffersSize > MAX_BUFFER_LENGTH ||
86 pMemMngrInit.bufPoolInit[count].buffersSize < MIN_BUFFER_LENGTH)
93 if(pMemMngrInit.bufPoolInit[count].buffersSize < pMemMngrInit.bufPoolInit[count-1].buffersSize
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
memMngrEx.h 255 bufPoolInit_t bufPoolInit[MAX_NUMBER_OF_BUF_POOLS];

Completed in 16 milliseconds