Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx_flow_control.c137 soc->pause_cb(pool->flow_pool_id, in dp_tx_flow_ctrl_reset_subqueues()
143 soc->pause_cb(pool->flow_pool_id, in dp_tx_flow_ctrl_reset_subqueues()
149 soc->pause_cb(pool->flow_pool_id, in dp_tx_flow_ctrl_reset_subqueues()
155 soc->pause_cb(pool->flow_pool_id, in dp_tx_flow_ctrl_reset_subqueues()
241 tmp_pool.flow_pool_id, tmp_pool.status); in dp_tx_dump_flow_pool_info()
248 tmp_pool.flow_pool_id, tmp_pool.flow_type); in dp_tx_dump_flow_pool_info()
286 pool->flow_pool_id, pool->status, in dp_tx_dump_flow_pool_info_compact()
324 uint8_t flow_pool_id, uint32_t flow_pool_size) in dp_tx_create_flow_pool() argument
330 if (flow_pool_id >= MAX_TXDESC_POOLS) { in dp_tx_create_flow_pool()
331 dp_err("invalid flow_pool_id %d", flow_pool_id); 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);
496 uint8_t flow_type, uint8_t flow_pool_id);
611 soc->pause_cb(pool->flow_pool_id, in dp_tx_adjust_flow_pool_state()
617 soc->pause_cb(pool->flow_pool_id, in dp_tx_adjust_flow_pool_state()
623 soc->pause_cb(pool->flow_pool_id, in dp_tx_adjust_flow_pool_state()
629 soc->pause_cb(pool->flow_pool_id, in dp_tx_adjust_flow_pool_state()
831 soc->pause_cb(pool->flow_pool_id, in dp_tx_desc_free()
929 soc->pause_cb(pool->flow_pool_id, in dp_tx_desc_free()
993 uint8_t flow_id, uint8_t flow_type, uint8_t flow_pool_id, in dp_tx_flow_pool_map_handler() argument
[all …]
H A Ddp_types.h831 uint8_t flow_pool_id; member
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_txrx_ctrl_api.h479 void ol_tx_flow_pool_resize_handler(uint8_t flow_pool_id,
482 static inline void ol_tx_flow_pool_resize_handler(uint8_t flow_pool_id, in ol_tx_flow_pool_resize_handler() argument
504 uint8_t flow_pool_id, uint16_t flow_pool_size);
506 uint8_t flow_pool_id);
507 struct ol_tx_flow_pool_t *ol_tx_create_flow_pool(uint8_t flow_pool_id,
564 uint8_t flow_type, uint8_t flow_pool_id, uint16_t flow_pool_size) in ol_tx_flow_pool_map_handler() argument
568 uint8_t flow_type, uint8_t flow_pool_id) in ol_tx_flow_pool_unmap_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.c56 uint8_t flow_type, uint8_t flow_pool_id, in dp_htt_flow_pool_map_handler_rh() argument
63 if (flow_pool_id >= MAX_TXDESC_POOLS) { in dp_htt_flow_pool_map_handler_rh()
64 dp_err("invalid flow_pool_id %d", flow_pool_id); in dp_htt_flow_pool_map_handler_rh()
77 flow_pool_id, flow_pool_size); in dp_htt_flow_pool_map_handler_rh()
79 dp_err("failed to create tx flow pool %d", flow_pool_id); in dp_htt_flow_pool_map_handler_rh()
102 uint8_t flow_type, uint8_t flow_pool_id) in dp_htt_flow_pool_unmap_handler_rh() argument
107 if (flow_pool_id >= MAX_TXDESC_POOLS) { in dp_htt_flow_pool_unmap_handler_rh()
108 dp_err("invalid flow_pool_id %d", flow_pool_id); in dp_htt_flow_pool_unmap_handler_rh()
121 flow_pool_id); in dp_htt_flow_pool_unmap_handler_rh()
385 pool_map->flow_pool_id, in dp_htt_t2h_msg_handler_fast()
[all …]
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_flow_control.c264 pool->flow_pool_id = INVALID_FLOW_ID; in ol_tx_delete_flow_pool()
398 pool->flow_pool_id, in ol_tx_dump_flow_pool_info_compact()
462 txrx_nofl_info("flow_pool_id %d ::", tmp_pool.flow_pool_id); in ol_tx_dump_flow_pool_info()
632 struct ol_tx_flow_pool_t *ol_tx_create_flow_pool(uint8_t flow_pool_id, in ol_tx_create_flow_pool() argument
659 pool->flow_pool_id = flow_pool_id; in ol_tx_create_flow_pool()
748 static struct ol_tx_flow_pool_t *ol_tx_get_flow_pool(uint8_t flow_pool_id) in ol_tx_get_flow_pool() argument
771 if (pool->flow_pool_id == flow_pool_id) { in ol_tx_get_flow_pool()
847 uint8_t flow_pool_id, uint16_t flow_pool_size) in ol_tx_flow_pool_map_handler() argument
856 flow_id, flow_type, flow_pool_id, flow_pool_size); in ol_tx_flow_pool_map_handler()
868 pool = ol_tx_get_flow_pool(flow_pool_id); in ol_tx_flow_pool_map_handler()
[all …]
H A Dol_txrx_types.h518 uint8_t flow_pool_id; member
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c619 pool_map_payoad->flow_pool_id, in htt_t2h_lp_msg_handler()
644 pool_numap_payload->flow_pool_id); in htt_t2h_lp_msg_handler()
661 ol_tx_flow_pool_resize_handler(msg->flow_pool_id, in htt_t2h_lp_msg_handler()
/wlan-driver/fw-api/fw/
H A Dhtt.h18329 A_UINT32 flow_pool_id:16, member
18455 A_UINT32 flow_pool_id:16, member
19112 A_UINT32 flow_pool_id:16, member