Searched refs:tcl_data (Results 1 – 4 of 4) sorted by relevance
95 struct dp_swlm_tcl_data *tcl_data) in dp_swlm_tcl_pre_check() argument101 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()
92 struct dp_swlm_tcl_data *tcl_data) in dp_swlm_can_tcl_wr_coalesce() argument97 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()
1570 struct dp_swlm_tcl_data tcl_data; in dp_tx_attempt_coalescing() local1577 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()
2016 struct dp_swlm_tcl_data *tcl_data; member2026 struct dp_swlm_tcl_data *tcl_data);