Home
last modified time | relevance | path

Searched refs:flow_pool_size (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx_flow_control.c51 uint16_t flow_pool_size) in dp_tx_initialize_threshold() argument
55 * flow_pool_size) / 100; in dp_tx_initialize_threshold()
57 * flow_pool_size) / 100; in dp_tx_initialize_threshold()
78 flow_pool_size); in dp_tx_initialize_threshold()
169 uint16_t flow_pool_size) in dp_tx_initialize_threshold() argument
173 pool->start_th = (start_threshold * flow_pool_size) / 100; in dp_tx_initialize_threshold()
174 pool->stop_th = (stop_threshold * flow_pool_size) / 100; in dp_tx_initialize_threshold()
324 uint8_t flow_pool_id, uint32_t flow_pool_size) in dp_tx_create_flow_pool() argument
344 if (dp_tx_desc_pool_alloc(soc, flow_pool_id, flow_pool_size, false)) { in dp_tx_create_flow_pool()
351 if (dp_tx_desc_pool_init(soc, flow_pool_id, flow_pool_size, false)) { in dp_tx_create_flow_pool()
[all …]
H A Ddp_tx_desc.h491 uint8_t flow_pool_id, uint32_t flow_pool_size);
494 uint8_t flow_type, uint8_t flow_pool_id, uint32_t flow_pool_size);
994 uint32_t flow_pool_size) in dp_tx_flow_pool_map_handler() argument
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_flow_control.c246 if (pool->avail_desc == pool->flow_pool_size || force == true) in ol_tx_delete_flow_pool()
263 pool->flow_pool_size -= size; in ol_tx_delete_flow_pool()
399 pool->flow_pool_size, in ol_tx_dump_flow_pool_info_compact()
468 tmp_pool.flow_pool_size, tmp_pool.avail_desc, in ol_tx_dump_flow_pool_info()
633 uint16_t flow_pool_size) in ol_tx_create_flow_pool() argument
660 pool->flow_pool_size = flow_pool_size; in ol_tx_create_flow_pool()
662 pool->start_th = (start_threshold * flow_pool_size)/100; in ol_tx_create_flow_pool()
663 pool->stop_th = (stop_threshold * flow_pool_size)/100; in ol_tx_create_flow_pool()
678 if (pdev->tx_desc.num_free >= pool->flow_pool_size) in ol_tx_create_flow_pool()
679 size = pool->flow_pool_size; in ol_tx_create_flow_pool()
[all …]
H A Dol_tx_desc.c619 if (pool->avail_desc == pool->flow_pool_size) { in ol_tx_desc_free()
H A Dol_txrx_types.h519 uint16_t flow_pool_size; member
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_txrx_ctrl_api.h480 uint16_t flow_pool_size);
483 uint16_t flow_pool_size) in ol_tx_flow_pool_resize_handler() argument
504 uint8_t flow_pool_id, uint16_t flow_pool_size);
508 uint16_t flow_pool_size);
564 uint8_t flow_type, uint8_t flow_pool_id, uint16_t flow_pool_size) in ol_tx_flow_pool_map_handler() argument
572 uint8_t flow_pool_id, uint16_t flow_pool_size) in ol_tx_create_flow_pool() argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c57 uint32_t flow_pool_size) in dp_htt_flow_pool_map_handler_rh() argument
77 flow_pool_id, flow_pool_size); in dp_htt_flow_pool_map_handler_rh()
386 pool_map->flow_pool_size); in dp_htt_t2h_msg_handler_fast()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c620 pool_map_payoad->flow_pool_size); in htt_t2h_lp_msg_handler()
/wlan-driver/fw-api/fw/
H A Dhtt.h18331 A_UINT32 flow_pool_size:16, member