Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_swlm.c47 struct dp_swlm_params *params = &soc->swlm.params; in dp_swlm_is_tput_thresh_reached()
96 struct dp_swlm *swlm = &soc->swlm; in dp_swlm_can_tcl_wr_coalesce() local
98 struct dp_swlm_params *params = &soc->swlm.params; in dp_swlm_can_tcl_wr_coalesce()
108 DP_STATS_INC(swlm, tcl[rid].tput_criteria_fail, 1); in dp_swlm_can_tcl_wr_coalesce()
120 DP_STATS_INC(swlm, tcl[rid].bytes_thresh_reached, 1); in dp_swlm_can_tcl_wr_coalesce()
123 DP_STATS_INC(swlm, tcl[rid].time_thresh_reached, 1); in dp_swlm_can_tcl_wr_coalesce()
140 struct dp_swlm *swlm = &soc->swlm; in dp_print_swlm_stats() local
146 swlm->stats.tcl[i].coalesce_success); in dp_print_swlm_stats()
148 swlm->stats.tcl[i].coalesce_fail); in dp_print_swlm_stats()
150 swlm->stats.tcl[i].timer_flush_success); in dp_print_swlm_stats()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_swlm.h72 struct dp_swlm_params *params = &soc->swlm.params; in dp_swlm_tcl_reset_session_data()
97 struct dp_swlm *swlm = &soc->swlm; in dp_swlm_tcl_pre_check() local
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()
134 struct dp_swlm *swlm = &soc->swlm; in dp_swlm_query_policy() local
138 return swlm->ops->tcl_wr_coalesce_check(soc, in dp_swlm_query_policy()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.c1568 struct dp_swlm *swlm = &soc->swlm; in dp_tx_attempt_coalescing() local
1574 if (!swlm->is_enabled) in dp_tx_attempt_coalescing()
1587 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()
H A Ddp_types.h3140 struct dp_swlm swlm; member
H A Ddp_main.c10874 if (!soc->swlm.is_init) { in dp_soc_set_swlm_enable()
10879 soc->swlm.is_enabled = !!value; in dp_soc_set_swlm_enable()
10894 return soc->swlm.is_enabled; in dp_soc_is_swlm_enabled()