Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c726 curr = (group_ip4_addr_t *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in igmp_mac_filter()
754 OSA_MemoryPoolFree(buf_32_MemoryPool, curr); in igmp_mac_filter()
774 OSA_MemoryPoolFree(buf_32_MemoryPool, curr); in igmp_mac_filter()
783 OSA_MemoryPoolFree(buf_32_MemoryPool, curr); in igmp_mac_filter()
853 curr = (group_ip6_addr_t *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in mld_mac_filter()
881 OSA_MemoryPoolFree(buf_32_MemoryPool, curr); in mld_mac_filter()
901 OSA_MemoryPoolFree(buf_32_MemoryPool, curr); in mld_mac_filter()
910 OSA_MemoryPoolFree(buf_32_MemoryPool, curr); in mld_mac_filter()
/hal_nxp-latest/mcux/middleware/wifi_nxp/port/osa/
Dmem_pool_config.c316 MemoryPool_t buf_32_MemoryPool; variable
388 buf_32_MemoryPool = in mem_pool_init()
390 if (buf_32_MemoryPool == NULL) in mem_pool_init()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c807 addba = (send_add_ba_param_t *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wrapper_wlan_uap_ampdu_enable()
835 OSA_MemoryPoolFree(buf_32_MemoryPool, addba); in wrapper_wlan_uap_ampdu_enable()
1036 addba = (send_add_ba_param_t *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wrapper_wlan_sta_ampdu_enable()
1065 OSA_MemoryPoolFree(buf_32_MemoryPool, addba); in wrapper_wlan_sta_ampdu_enable()
3314 t_u16 *ps_action_p = (t_u16 *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wifi_process_cmd_response()
3331 OSA_MemoryPoolFree(buf_32_MemoryPool, ps_action_p); in wifi_process_cmd_response()
3344 OSA_MemoryPoolFree(buf_32_MemoryPool, ps_action_p); in wifi_process_cmd_response()
3358 OSA_MemoryPoolFree(buf_32_MemoryPool, ps_action_p); in wifi_process_cmd_response()
3518 sta_addr = OSA_MemoryPoolAllocate(buf_32_MemoryPool); in wifi_process_cmd_response()
3543 OSA_MemoryPoolFree(buf_32_MemoryPool, sta_addr); in wifi_process_cmd_response()
[all …]
Dwifi.c1370 new_node = (mcast_filter *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in add_mcast_ip()
1396 new_node = (mcast_filter *)OSA_MemoryPoolAllocate(buf_32_MemoryPool); in add_mcast_ip()
1426 OSA_MemoryPoolFree(buf_32_MemoryPool, prev_node); in remove_mcast_ip()
1439 OSA_MemoryPoolFree(buf_32_MemoryPool, prev_node); in remove_mcast_ip()
1456 OSA_MemoryPoolFree(buf_32_MemoryPool, curr_node); in remove_mcast_ip()
1603 OSA_MemoryPoolFree(buf_32_MemoryPool, node); in wifi_remove_all_mcast_filter()
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/port/osa/
Dmem_pool_config.h30 extern MemoryPool_t buf_32_MemoryPool;
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c2886 OSA_MemoryPoolFree(buf_32_MemoryPool, msg->data); in wlcm_process_ieeeps_event()
2922 OSA_MemoryPoolFree(buf_32_MemoryPool, msg->data); in wlcm_process_deepsleep_event()
2963 OSA_MemoryPoolFree(buf_32_MemoryPool, msg->data); in wlcm_process_wnmps_event()
3254 OSA_MemoryPoolFree(buf_32_MemoryPool, msg->data); in wlcm_process_csi_status_report()
3334 OSA_MemoryPoolFree(buf_32_MemoryPool, msg->data); in wlcm_process_channel_switch_supp()
3474 OSA_MemoryPoolFree(buf_32_MemoryPool, msg->data); in wlcm_process_channel_switch_supp()
3491 OSA_MemoryPoolFree(buf_32_MemoryPool, msg->data); in wlcm_process_channel_switch_supp()
3526 OSA_MemoryPoolFree(buf_32_MemoryPool, msg->data); in wlcm_process_channel_switch()
3543 OSA_MemoryPoolFree(buf_32_MemoryPool, msg->data); in wlcm_process_channel_switch()
3601 OSA_MemoryPoolFree(buf_32_MemoryPool, addba); in wlcm_process_send_addba()
[all …]