Home
last modified time | relevance | path

Searched refs:buf_2048_MemoryPool (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/firmware_dnld/
Dfirmware_dnld.c79 t_u8 *sbuf = (t_u8 *)OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in conn_download_decomp_fw()
120 OSA_MemoryPoolFree(buf_2048_MemoryPool, sbuf); in conn_download_decomp_fw()
171 OSA_MemoryPoolFree(buf_2048_MemoryPool, sbuf); in conn_download_decomp_fw()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-mem.c46 void *ptr = OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in wifi_malloc_eventbuf()
58 OSA_MemoryPoolFree(buf_2048_MemoryPool, buffer); in wifi_free_eventbuf()
Dmlan_11k.c854 txpwrlimit = OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in wlan_process_link_measurement_request()
876 OSA_MemoryPoolFree(buf_2048_MemoryPool, txpwrlimit); in wlan_process_link_measurement_request()
Dmlan_glue.c3822 … cal_data_cfg->data = (uint8_t *)OSA_MemoryPoolAllocate(buf_2048_MemoryPool); in wifi_process_cmd_response()
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dmem_pool_config.c325 MemoryPool_t buf_2048_MemoryPool; variable
460 buf_2048_MemoryPool = in mem_pool_init()
462 if (buf_2048_MemoryPool == NULL) in mem_pool_init()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dmem_pool_config.h39 extern MemoryPool_t buf_2048_MemoryPool;