Home
last modified time | relevance | path

Searched refs:us_total_cnt (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_mem.c42 hi_u16 us_total_cnt; /* 本子内存池内存块总数 */ member
198 hi_u16 us_total_cnt; /* 本内存池总字节数 */ in oal_mem_get_total_cnt_in_pool() local
202 us_total_cnt = 0; in oal_mem_get_total_cnt_in_pool()
204 us_total_cnt += mem_pool_cfg->subpool_cfg_info[us_subpool_idx].us_cnt; in oal_mem_get_total_cnt_in_pool()
206 return us_total_cnt; in oal_mem_get_total_cnt_in_pool()
274 for (blk_id = 0; blk_id < mem_subpool->us_total_cnt; blk_id++) { in oal_mem_create_subpool()
325 mem_subpool->us_total_cnt = mem_subpool_cfg->us_cnt; in oal_mem_create_pool()
397 hi_u16 us_total_cnt = 0; in oal_mem_init_ctrl_blk() local
402 us_total_cnt += oal_mem_get_total_cnt_in_pool(pool_id); in oal_mem_init_ctrl_blk()
404 g_ctrl_blk.max_size = (hi_u32)(us_total_cnt * OAL_MEM_CTRL_BLK_SIZE); in oal_mem_init_ctrl_blk()
[all …]
Doal_mem.h237 hi_u16 us_total_cnt; /* 本子内存池内存块总数 */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
Dfrw_event.c152 hi_u16 us_total_cnt = vap_res_num * FRW_EVENT_TYPE_BUTT; /* 逻辑保证不会溢出 */ in frw_event_init_event_queue() local
164 …(frw_event_queue_stru *)hi_malloc(HI_MOD_ID_WIFI_DRV, us_total_cnt * sizeof(frw_event_queue_stru)); in frw_event_init_event_queue()
170 …memset_s((hi_void *)g_ast_event_manager.event_queue, us_total_cnt * sizeof(frw_event_queue_stru), … in frw_event_init_event_queue()
171 us_total_cnt * sizeof(frw_event_queue_stru)); in frw_event_init_event_queue()
173 for (us_qid = 0; us_qid < us_total_cnt; us_qid++) { in frw_event_init_event_queue()
299 hi_u16 us_total_cnt; in frw_event_destroy_event_queue() local
306 us_total_cnt = vap_res_num * FRW_EVENT_TYPE_BUTT; /* 逻辑保证不会溢出 */ in frw_event_destroy_event_queue()
308 for (us_qid = 0; us_qid < us_total_cnt; us_qid++) { in frw_event_destroy_event_queue()