Home
last modified time | relevance | path

Searched refs:flow_type (Results 1 – 12 of 12) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_htt.c56 uint8_t flow_type, uint8_t flow_pool_id, in dp_htt_flow_pool_map_handler_rh() argument
76 status = dp_tx_flow_pool_map_handler(pdev, flow_id, flow_type, 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
120 dp_tx_flow_pool_unmap_handler(pdev, flow_id, flow_type, in dp_htt_flow_pool_unmap_handler_rh()
384 pool_map->flow_type, in dp_htt_t2h_msg_handler_fast()
408 pool_unmap->flow_type, in dp_htt_t2h_msg_handler_fast()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_txrx_ctrl_api.h503 void ol_tx_flow_pool_map_handler(uint8_t flow_id, uint8_t flow_type,
505 void ol_tx_flow_pool_unmap_handler(uint8_t flow_id, uint8_t flow_type,
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
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx_flow_control.c248 tmp_pool.flow_pool_id, tmp_pool.flow_type); in dp_tx_dump_flow_pool_info()
569 uint8_t flow_type, uint8_t flow_pool_id, uint32_t flow_pool_size) in dp_tx_flow_pool_map_handler() argument
573 enum htt_flow_type type = flow_type; in dp_tx_flow_pool_map_handler()
577 flow_id, flow_type, flow_pool_id, flow_pool_size); in dp_tx_flow_pool_map_handler()
619 uint8_t flow_type, uint8_t flow_pool_id) in dp_tx_flow_pool_unmap_handler() argument
623 enum htt_flow_type type = flow_type; in dp_tx_flow_pool_unmap_handler()
625 dp_info("flow_id %d flow_type %d flow_pool_id %d", flow_id, flow_type, in dp_tx_flow_pool_unmap_handler()
Ddp_tx_desc.h494 uint8_t flow_type, uint8_t flow_pool_id, uint32_t flow_pool_size);
496 uint8_t flow_type, uint8_t flow_pool_id);
993 uint8_t flow_id, uint8_t flow_type, uint8_t flow_pool_id, in dp_tx_flow_pool_map_handler() argument
1000 uint8_t flow_id, uint8_t flow_type, uint8_t flow_pool_id) in dp_tx_flow_pool_unmap_handler() argument
Ddp_types.h835 enum htt_flow_type flow_type; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_flow_control.c466 tmp_pool.member_flow_id, tmp_pool.flow_type); in ol_tx_dump_flow_pool_info()
846 void ol_tx_flow_pool_map_handler(uint8_t flow_id, uint8_t flow_type, in ol_tx_flow_pool_map_handler() argument
853 enum htt_flow_type type = flow_type; in ol_tx_flow_pool_map_handler()
856 flow_id, flow_type, flow_pool_id, flow_pool_size); in ol_tx_flow_pool_map_handler()
909 void ol_tx_flow_pool_unmap_handler(uint8_t flow_id, uint8_t flow_type, in ol_tx_flow_pool_unmap_handler() argument
915 enum htt_flow_type type = flow_type; in ol_tx_flow_pool_unmap_handler()
918 flow_id, flow_type, flow_pool_id); in ol_tx_flow_pool_unmap_handler()
Dol_txrx_types.h524 enum htt_flow_type flow_type; member
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_t2h.c618 pool_map_payoad->flow_type, in htt_t2h_lp_msg_handler()
643 pool_numap_payload->flow_type, in htt_t2h_lp_msg_handler()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn_struct.h2485 flow_type:8, member
/wlan-driver/fw-api/fw/
Dhtt_ppdu_stats.h2867 A_UINT32 flow_type: 8, member
Dhtt.h18327 A_UINT32 flow_type; member
18453 A_UINT32 flow_type; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c4309 ppdu_desc->flow_type = HTT_PPDU_STATS_FLUSH_TLV_FLOW_TYPE_GET(*tag_buf); in dp_process_ppdu_stats_user_compltn_flush_tlv()