Searched refs:wbuff_pool (Results 1 – 2 of 2) sorted by relevance
46 struct wbuff_pool *pool; in wbuff_get_pool_slot_from_len()51 pool = &mod->wbuff_pool[i]; in wbuff_get_pool_slot_from_len()59 prev_buf_size = mod->wbuff_pool[i].buffer_size; in wbuff_get_pool_slot_from_len()103 struct wbuff_pool *wbuff_pool = &mod->wbuff_pool[pool_id]; in wbuff_prepare_nbuf() local114 wbuff_pool->mem_alloc += qdf_nbuf_get_allocsize(buf); in wbuff_prepare_nbuf()166 struct wbuff_pool *wbuff_pool; in wbuff_stats_debugfs_show() local187 wbuff_pool = &mod->wbuff_pool[j]; in wbuff_stats_debugfs_show()189 if (!wbuff_pool->initialized) in wbuff_stats_debugfs_show()193 j, wbuff_pool->mem_alloc, in wbuff_stats_debugfs_show()194 wbuff_pool->alloc_success, in wbuff_stats_debugfs_show()[all …]
55 struct wbuff_pool { struct83 struct wbuff_pool wbuff_pool[WBUFF_MAX_POOLS]; member