Home
last modified time | relevance | path

Searched refs:buf_1024_MemoryPool (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dmem_pool_config.c321 MemoryPool_t buf_1024_MemoryPool; variable
428 buf_1024_MemoryPool = in mem_pool_init()
430 if (buf_1024_MemoryPool == NULL) in mem_pool_init()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dmem_pool_config.h35 extern MemoryPool_t buf_1024_MemoryPool;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_api.c5384 buf = OSA_MemoryPoolAllocate(buf_1024_MemoryPool); in wifi_set_ecsa_cfg()
5402 OSA_MemoryPoolFree(buf_1024_MemoryPool, buf); in wifi_set_ecsa_cfg()
5532 OSA_MemoryPoolFree(buf_1024_MemoryPool, buf); in wifi_set_ecsa_cfg()
5546 OSA_MemoryPoolFree(buf_1024_MemoryPool, buf); in wifi_set_ecsa_cfg()
5569 OSA_MemoryPoolFree(buf_1024_MemoryPool, buf); in wifi_set_ecsa_cfg()
5578 OSA_MemoryPoolFree(buf_1024_MemoryPool, buf); in wifi_set_ecsa_cfg()
5595 bss = OSA_MemoryPoolAllocate(buf_1024_MemoryPool); in wifi_set_action_ecsa_cfg()
5621 OSA_MemoryPoolFree(buf_1024_MemoryPool, bss); in wifi_set_action_ecsa_cfg()
5628 OSA_MemoryPoolFree(buf_1024_MemoryPool, bss); in wifi_set_action_ecsa_cfg()
Dmlan_glue.c7663 void *rutxcmd_resp_buff = OSA_MemoryPoolAllocate(buf_1024_MemoryPool); in wifi_set_11ax_rutxpowerlimit()
7684 OSA_MemoryPoolFree(buf_1024_MemoryPool, rutxcmd_resp_buff); in wifi_set_11ax_rutxpowerlimit()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan_tests.c5401 char *CPU_RunInfo = (char *)OSA_MemoryPoolAllocate(buf_1024_MemoryPool);
5438 OSA_MemoryPoolFree(buf_1024_MemoryPool, CPU_RunInfo);