Home
last modified time | relevance | path

Searched refs:oal_mem_stru (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_mem.c114 #define OAL_MEM_CTRL_BLK_SIZE (sizeof(oal_mem_stru *) + sizeof(oal_mem_stru))
238 oal_mem_stru *mem = HI_NULL; in oal_mem_create_subpool()
239 oal_mem_stru **stack_mem = HI_NULL; in oal_mem_create_subpool()
245 stack_mem = (oal_mem_stru **)oal_mem_ctrl_blk_alloc(sizeof(oal_mem_stru *) * mem_pool->us_mem_total_cnt); in oal_mem_create_subpool()
251 /* 申请oal_mem_stru结构体,每个内存池申请一次,后面分割给每个子内存池使用 */ in oal_mem_create_subpool()
252 mem = (oal_mem_stru *)oal_mem_ctrl_blk_alloc(sizeof(oal_mem_stru) * mem_pool->us_mem_total_cnt); in oal_mem_create_subpool()
259 memset_s(stack_mem, sizeof(oal_mem_stru *) * mem_poo in oal_mem_create_subpool()
[all...]
H A Doal_mem.h65 /* | oal_mem_stru addr | payload | dog tag | */
88 /* | oal_mem_stru addr | payload | dog tag | */
209 结构名 : oal_mem_stru
222 typedef struct oal_mem_stru_tag oal_mem_stru; typedef
234 /* 记录oal_mem_stru可用内存索引表的栈顶元素,其内容为oal_mem_stru指针 */
254 oal_mem_stru *mem_start_addr;
286 hi_u32 oal_mem_free_enhanced(oal_mem_stru *mem);
288 oal_mem_stru *oal_mem_alloc_enhanced(oal_mem_pool_id_enum_uint8 pool_id, hi_u16 us_len);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_tx_data.h94 hi_u32 hmac_tx_event_process(oal_mem_stru *event_mem);
H A Dhmac_tx_data.c1465 hi_u32 hmac_tx_wlan_to_wlan_ap(oal_mem_stru *event_mem) in hmac_tx_wlan_to_wlan_ap()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_event.h138 typedef oal_mem_stru frw_event_mem_stru; /* 事件结构体内存块转定义 */

Completed in 5 milliseconds