Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx_desc.h106 (_tx_desc_pool)->num_allocated = 0; \
1044 pool->num_allocated++; in dp_tx_desc_alloc()
1074 pool->num_allocated++; in dp_tx_spcl_desc_alloc()
1129 pool->num_allocated += count; in dp_tx_desc_alloc_multiple()
1154 pool->num_allocated--; in dp_tx_desc_free()
1171 pool->num_allocated--; in dp_tx_spcl_desc_free()
1183 pool->num_allocated -= fast_desc_count; in dp_tx_desc_free_list()
H A Ddp_tx_desc.c63 tx_desc_pool->num_allocated = 0; in dp_tx_desc_pool_counter_initialize()
H A Ddp_types.h826 uint32_t num_allocated; member
H A Ddp_stats.c6251 tx_desc_pool->num_allocated; in dp_print_soc_tx_stats()
6254 tx_desc_pool->num_allocated; in dp_print_soc_tx_stats()
6453 soc->tx_desc[desc_pool_id].num_allocated; in dp_print_soc_tx_stats()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.h280 uint32_t num_allocated; member
H A Ddp_be.c133 be_soc->ppeds_tx_desc.num_allocated, in dp_ppeds_inuse_desc()