Lines Matching refs:tid
340 uint8_t tid; in dp_tx_process_htt_completion_be() local
347 ts.tid = in dp_tx_process_htt_completion_be()
352 ts.tid = HTT_INVALID_TID; in dp_tx_process_htt_completion_be()
384 tid = ts.tid; in dp_tx_process_htt_completion_be()
385 if (qdf_unlikely(tid >= CDP_MAX_DATA_TIDS)) in dp_tx_process_htt_completion_be()
386 tid = CDP_MAX_DATA_TIDS - 1; in dp_tx_process_htt_completion_be()
388 tid_stats = &pdev->stats.tid_stats.tid_tx_stats[ring_id][tid]; in dp_tx_process_htt_completion_be()
392 dp_tx_compute_delay(vdev, tx_desc, tid, ring_id); in dp_tx_process_htt_completion_be()
648 msdu_info.tid = HTT_TX_EXT_TID_INVALID; in dp_tx_mlo_mcast_multipass_send()
1002 uint8_t tid = HTT_TX_EXT_TID_INVALID; in dp_sawf_config_be() local
1009 tid = (q_id & (CDP_DATA_TID_MAX - 1)); in dp_sawf_config_be()
1011 msdu_info->tid = tid; in dp_sawf_config_be()
1018 return tid; in dp_sawf_config_be()
1021 return tid; in dp_sawf_config_be()
1032 return tid; in dp_sawf_config_be()
1304 uint8_t tid; in dp_tx_hw_enqueue_be() local
1380 tid = msdu_info->tid; in dp_tx_hw_enqueue_be()
1381 if (tid != HTT_TX_EXT_TID_INVALID) in dp_tx_hw_enqueue_be()
1382 hal_tx_desc_set_hlos_tid(hal_tx_desc_cached, tid); in dp_tx_hw_enqueue_be()
1419 coalesce = dp_tx_attempt_coalescing(soc, vdev, tx_desc, tid, in dp_tx_hw_enqueue_be()
1878 uint8_t tid = HTT_TX_EXT_TID_INVALID; in dp_tx_fast_send_be() local
1902 tid = qdf_nbuf_get_priority(nbuf); in dp_tx_fast_send_be()
1904 if (tid >= DP_TX_INVALID_QOS_TAG) in dp_tx_fast_send_be()
1905 tid = HTT_TX_EXT_TID_INVALID; in dp_tx_fast_send_be()
1967 tid = sawf_tid; in dp_tx_fast_send_be()
1970 if (tid != HTT_TX_EXT_TID_INVALID) { in dp_tx_fast_send_be()
1971 hal_tx_desc_cached[5] |= tid << TCL_DATA_CMD_HLOS_TID_LSB; in dp_tx_fast_send_be()