Home
last modified time | relevance | path

Searched defs:hBufferPool (Results 1 – 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
DbufferPool.c115 void bufferPool_config( TI_HANDLE hBufferPool, TI_HANDLE hReport ) in bufferPool_config()
131 void bufferPool_destroy( TI_HANDLE hBufferPool ) in bufferPool_destroy()
152 void bufferPool_reinit( TI_HANDLE hBufferPool ) in bufferPool_reinit()
194 bufferPool_buffer_t bufferPool_allocateBuffer( TI_HANDLE hBufferPool ) in bufferPool_allocateBuffer()
244 void bufferPool_releaseBuffer( TI_HANDLE hBufferPool, bufferPool_buffer_t buffer ) in bufferPool_releaseBuffer()
288 bufferPoolDbg_t *bufferPool_getDebugInformation( TI_HANDLE hBufferPool ) in bufferPool_getDebugInformation()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
Dtx.h163 TI_HANDLE hBufferPool; /* Packet ID buffer pool */ member