/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_tx_flow_control.c | 137 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 D | dp_tx_desc.h | 491 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 D | dp_types.h | 831 uint8_t flow_pool_id; member
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_txrx_ctrl_api.h | 479 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 D | dp_rh_htt.c | 56 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 D | ol_txrx_flow_control.c | 264 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 D | ol_txrx_types.h | 518 uint8_t flow_pool_id; member
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_t2h.c | 619 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 D | htt.h | 18329 A_UINT32 flow_pool_id:16, member 18455 A_UINT32 flow_pool_id:16, member 19112 A_UINT32 flow_pool_id:16, member
|