Home
last modified time | relevance | path

Searched refs:tcl (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_swlm.c52 params->tcl[rid].prev_tx_bytes; in dp_swlm_is_tput_thresh_reached()
53 params->tcl[rid].prev_tx_bytes = soc->stats.tx.egress[rid].bytes; in dp_swlm_is_tput_thresh_reached()
55 params->tcl[rid].sampling_session_tx_bytes = tx_delta; in dp_swlm_is_tput_thresh_reached()
59 rx_delta = soc->stats.rx.ingress.bytes - params->tcl[rid].prev_rx_bytes; in dp_swlm_is_tput_thresh_reached()
60 params->tcl[rid].prev_rx_bytes = soc->stats.rx.ingress.bytes; in dp_swlm_is_tput_thresh_reached()
62 params->tcl[rid].sampling_session_tx_bytes = tx_delta; in dp_swlm_is_tput_thresh_reached()
67 params->tcl[rid].prev_tx_packets; in dp_swlm_is_tput_thresh_reached()
68 params->tcl[rid].prev_tx_packets = soc->stats.tx.egress[rid].num; in dp_swlm_is_tput_thresh_reached()
100 if (curr_time >= params->tcl[rid].expire_time) { in dp_swlm_can_tcl_wr_coalesce()
101 params->tcl[rid].expire_time = qdf_get_log_timestamp_usecs() + in dp_swlm_can_tcl_wr_coalesce()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_swlm.h74 params->tcl[ring_id].coalesce_end_time = qdf_get_log_timestamp_usecs() + in dp_swlm_tcl_reset_session_data()
76 params->tcl[ring_id].bytes_coalesced = 0; in dp_swlm_tcl_reset_session_data()
77 params->tcl[ring_id].bytes_flush_thresh = in dp_swlm_tcl_reset_session_data()
78 params->tcl[ring_id].sampling_session_tx_bytes * in dp_swlm_tcl_reset_session_data()
80 qdf_timer_sync_cancel(&params->tcl[ring_id].flush_timer); in dp_swlm_tcl_reset_session_data()
102 DP_STATS_INC(swlm, tcl[tcl_data->ring_id].tid_fail, 1); in dp_swlm_tcl_pre_check()
107 DP_STATS_INC(swlm, tcl[tcl_data->ring_id].sp_frames, 1); in dp_swlm_tcl_pre_check()
112 DP_STATS_INC(swlm, tcl[tcl_data->ring_id].ll_connection, 1); in dp_swlm_tcl_pre_check()
/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
H A Dwlan_cfg.h764 int index, int *tcl, int *wbm) in wlan_cfg_get_tcl_wbm_ring_num_for_index() argument
766 *tcl = wlan_cfg_ctx->tcl_wbm_map_array[index].tcl_ring_num; in wlan_cfg_get_tcl_wbm_ring_num_for_index()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h2061 } tcl[MAX_TCL_DATA_RINGS]; member
2119 struct dp_swlm_tcl_params tcl[MAX_TCL_DATA_RINGS]; member
H A Ddp_tx.c1587 DP_STATS_INC(swlm, tcl[ring_id].coalesce_fail, 1); in dp_tx_attempt_coalescing()
1593 DP_STATS_INC(swlm, tcl[ring_id].coalesce_success, 1); in dp_tx_attempt_coalescing()
1595 DP_STATS_INC(swlm, tcl[ring_id].coalesce_fail, 1); in dp_tx_attempt_coalescing()