Home
last modified time | relevance | path

Searched refs:tcl_data (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_swlm.h95 struct dp_swlm_tcl_data *tcl_data) in dp_swlm_tcl_pre_check() argument
101 if (tcl_data->tid > DP_VO_TID) { in dp_swlm_tcl_pre_check()
102 DP_STATS_INC(swlm, tcl[tcl_data->ring_id].tid_fail, 1); in dp_swlm_tcl_pre_check()
106 if (dp_tx_is_special_frame(tcl_data->nbuf, frame_mask)) { 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()
111 if (tcl_data->num_ll_connections) { 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()
139 query_data.tcl_data); in dp_swlm_query_policy()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_swlm.c92 struct dp_swlm_tcl_data *tcl_data) in dp_swlm_can_tcl_wr_coalesce() argument
97 uint8_t rid = tcl_data->ring_id; in dp_swlm_can_tcl_wr_coalesce()
113 params->tcl[rid].bytes_coalesced += tcl_data->pkt_len; in dp_swlm_can_tcl_wr_coalesce()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.c1570 struct dp_swlm_tcl_data tcl_data; in dp_tx_attempt_coalescing() local
1577 tcl_data.nbuf = tx_desc->nbuf; in dp_tx_attempt_coalescing()
1578 tcl_data.tid = tid; in dp_tx_attempt_coalescing()
1579 tcl_data.ring_id = ring_id; in dp_tx_attempt_coalescing()
1580 tcl_data.pkt_len = dp_tx_get_pkt_len(tx_desc); in dp_tx_attempt_coalescing()
1581 tcl_data.num_ll_connections = vdev->num_latency_critical_conn; in dp_tx_attempt_coalescing()
1582 swlm_query_data.tcl_data = &tcl_data; in dp_tx_attempt_coalescing()
1584 status = dp_swlm_tcl_pre_check(soc, &tcl_data); in dp_tx_attempt_coalescing()
H A Ddp_types.h2016 struct dp_swlm_tcl_data *tcl_data; member
2026 struct dp_swlm_tcl_data *tcl_data);